We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859db11 commit 4571405Copy full SHA for 4571405
README.md
@@ -226,10 +226,16 @@ cd android
226
remove app from the emulator
227
npm cache clean --force
228
watchman watch-del-all
229
+
230
+ # for ios
231
cd ios
232
pod update / pod install
233
cd ..
234
npx react-native run-ios
235
+ # for android
236
+ cd android && ./gradlew clean
237
+ cd ..
238
+ npx react-native run-android
239
240
[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)
241
0 commit comments