16

Google recently announced android instant app. Which basically is code splitting. Will this work with React native apps, since react native build will generate main js bundle.

Any thoughts how one can take best of both the technology, Especially with Hybrid React Native Android Apps?

Volo
  • 28,673
  • 12
  • 97
  • 125
thecachedbyte
  • 223
  • 2
  • 9
  • 2
    React native doesn't currently work with Android Instant Apps. It's due to the fact that that NDK support in Instant Apps isn't complete and need some work. The team is working on it. – Anirudh May 30 '17 at 16:52
  • NDK is supported on Android 5.0 and higher now! https://developer.android.com/topic/instant-apps/faqs.html#project-structure But do let them know if there are incompatibilities lurking somewhere. – Prags Oct 27 '17 at 05:14

1 Answers1

1

NDK is supported on Android 5.0 and higher now! But do let them know if there are incompatibilities lurking somewhere.

Reference

you can also check facebook/react-native

Prags
  • 2,457
  • 2
  • 21
  • 38