Search code examples
androidiosreact-nativemobile-applicationmobile-development

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


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?


Solution

  • 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.