- Ensure you're running the correct code version in your current terminal session:
nvm use
- Install all node dependencies:
npm install
- Open the native project:
[!WARNING]
The native project you will edit lives are
✅ ./example/android
and✅ ./example/ios
and NOT❌ <root>/android
or❌ <root>/ios
.
- iOS:
npm run open:xcode
- Android:
npm run open:androistudio