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-masterInstall dependencies
npm installFor iOS
cd ios && pod install && cd ..npx react-native run-iosFor Android
For Check that any android device is connected
adb devicesNow run
npx react-native run-androidLast updated
Was this helpful?