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?
Asked
Active
Viewed 104 times
1 Answers
0
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.

philk
- 2,009
- 1
- 23
- 36
-
That what I thought as well. So adding native code requires a new release on Play Store.. – D3athSpank Dec 03 '16 at 08:04