I have integrated react-native-code-push
and have created a custom UI for update downloading, installing and reacting. I have also done the native Android changes as mentioned in the docs. It works perfectly, except, when doing a native build, I am always seeing Task :app:bundleReleaseJsAndAssets
being carried out. This creates a default bundle and embeds it in the native build, both in Android and iOS and not the latest build created by CodePush.
How do I get this done? I wanted a more Expo like experience, with the latest bundle embedded.