Skip to content

Commit 4571405

Browse files
committed
docs: readme
1 parent 859db11 commit 4571405

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,16 @@ cd android
226226
remove app from the emulator
227227
npm cache clean --force
228228
watchman watch-del-all
229+
230+
# for ios
229231
cd ios
230232
pod update / pod install
231233
cd ..
232234
npx react-native run-ios
235+
# for android
236+
cd android && ./gradlew clean
237+
cd ..
238+
npx react-native run-android
233239

234240
[https://stackoverflow.com/questions/64768328/invariant-violation-module-appregistry-is-not-a-registered-callable-module-cal](https://stackoverflow.com/questions/64768328/invariant-violation-module-appregistry-is-not-a-registered-callable-module-cal)
235241

0 commit comments

Comments
 (0)