Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How React native and Android Instant Apps will play along? Any thoughts?

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?

like image 540
thecachedbyte Avatar asked May 30 '17 07:05

thecachedbyte


1 Answers

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

like image 71
Prags Avatar answered Oct 31 '22 09:10

Prags