Open stefanodotit opened 3 days ago
Expected working in DEBUG mode
The plugin is fully functional in DEBUG builds without a license, in spite of licence warnings.
Google "expo offline build"
@christocracy I tried a lot of examples but still not working, it still need a dev server. When I create an .apk with expo the license control block everything
react-native
people use a script like this to generate an offline javascript build that doesn't need a dev server.
https://gist.github.com/christocracy/7aad2b0ab788271fe550d887cd42a5c5
I have almost no experience with Expo, other than learning how to generate an Expo plugin.
Your Environment
react-native -v
): 0.74.5Plugin config
eas.json
Expected Behavior
Expected working in DEBUG mode
Actual Behavior
When I build in development mode everything it's working, when I try to build in preview mode that give me a license error
Steps to Reproduce
Context
While I'm developing on my computer it's helpful to have a development-server on Expo for autorefresh and try directly on the phone, but then when I would like to try the app in the real world that give me just an LICENSE error and it's not working. How I can try the app without have an expo development server turned on?