Get Started
To run React Native Soul Write Template, you must have latest node and npm installed in your development environment.
Navigate to project folder after downloading and extracting the main files from codecanyon.
cd soulWriteApp-master
Install dependencies
npm install
For iOS
cd ios && pod install && cd ..
npx react-native run-ios
For Android
For Check that any android device is connected
adb devices
Now run
npx react-native run-android
Last updated
Was this helpful?