For contributing / building the iOS and Android app it's best to have a Mac. Make sure you've set up the React Native environment. Please check the Getting Started page for that
This will only work on a MAC so get started execute the following steps:
- Clone the project:
git clone https://github.com/wswebcreation/wdio-native-demo-app.git
- Go to the folder:
cd wdio-native-demo-app
- Install all (dev)dependencies:
npm install
- Start the project for iOS
npm run ios
, for Android runnpm run android
. This will start the app in development mode and you can start developing - Happy playing!
For more info about React Native please use Google or the React Native docs
Making a iOS build can be done by running the following command npm run ios.build
.
The output can be found in ios/build/Build/Products/Debug-iphonesimulator/
Making a iOS build can be done by running the following commands
npm run android.clear.build
npm run android
, this will install the app and starts building the js. Wait until all JS has been compiled- 'npm run android.build.js'
npm run android.debug