Search code examples
code-pushreact-native-code-push

Is it possible to use code push when native code has changed?


If I add a package that requires changes in the native code, like MainActivity for android, is it still possible to use codepush to update the app?


Solution

  • I don't think that's possible, since code-push runtime on the device can only replace the javascript part and not the native parts.