UBUX app using react native for iOS & Android
Step 1: Clone my repo & cd into project
Step 2: Install package.json dependency
_for installing dependency yarn is highly recommended _
yarn
Before run android build, setup Android Studio
Step 3: If Android
react-native run-android
Before running iOS build, Install Xcode
Step 4: If iOS
Install PodFile Dependency
cd ios && pod install && cd ..
Using CLI (Command Line Interface)
react-native run-ios
Using Xcode
Click on Run Button from menu
That's all
If you want to install app in the device, connect your device to the system with debugger mode on and run the above command (app will be installed automatically)
Report an Issue
View Pull Request