0

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?

D3athSpank
  • 159
  • 1
  • 1
  • 9

1 Answers1

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