-
|
Hi! This package looks really promising, but since I'm new to React Native development with Expo I need some help to get it working. I run But as soon as I make a change that requires me to reload the app I get this error Is there anyway I can avoid having to do a full rebuild of the app all the time? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
|
Hello @Tobbe This is really strange that you get this error. I'd like to ask you few questions:
Overall you can find many expo apps that are using Also, I believe that you need to run Let me know if prebuild/npm run android helped you or not 😊 |
Beta Was this translation helpful? Give feedback.
-
|
Close the discussion, because we found a solution 🚀 |
Beta Was this translation helpful? Give feedback.
And for completeness, this is what the relevant part of my
eas.jsonfile looks like{ "cli": { "version": ">= 12.5.1", "appVersionSource": "remote" }, "build": { "development": { "developmentClient": true, "distribution": "internal", "channel": "development", "ios": { "simulator": true } },