-
It seems as though all the used libraries are compatible with Expo Go. Expo Go provides a great way to quickly prototype apps without having to worry about a build-stage. Will it be possible to give an Expo Go version too? With instructions on how to enable expo-dev-client when necessary. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
@ansh as @premdasvm mention we are using mmkv and softinput packages that require custom dev client. Anyway, you can easily delete those two libraries and use other alternatives that support Expo Go. I am thinking of writing a quick guide on how to update the starter to run it with Expo Go. Let me know if you are interested. |
Beta Was this translation helpful? Give feedback.
@ansh as @premdasvm mention we are using mmkv and softinput packages that require custom dev client.
Regarding your question, @ansh, from our experience, most of the apps we are working on use custom client development. In most real-use cases apps you will end up using libraries that requires custom dev client. our main goad with the starter is to provide a production ready starter for react native app and using a custom dev client is the right choice here.
Anyway, you can easily delete those two libraries and use other alternatives that support Expo Go. I am thinking of writing a quick guide on how to update the starter to run it with Expo Go. Let me know if you are interested.