Which version does React Native support (iOS and Android)?

Joe picture Joe · Feb 13, 2017 · Viewed 63.4k times · Source

I can't find this information. Is it true that Android React Native runs on sdkMin18 and therefore makes it supported by most android versions?

Answer

Murat Karagöz picture Murat Karagöz · Feb 13, 2017

You can run it on minSdk 21 as it is documented on the framework's github page.

React Native apps may target iOS 11.0 and Android 5.0 (API 21) or newer.