|
|
|
|
|
by dgellow
1914 days ago
|
|
I'm not sure that's true. When you use react native you can update your javascript bundle and push it to an application already deployed to the App Store and that doesn't seem to be an issue. The application can check at startup if a new bundle is available, otherwise defaults to the local bundle. See the expo documentation for details: https://docs.expo.io/bare/updating-your-app/. |
|