React-native: Minimum Android version for React Native?

Created on 16 Sep 2015  路  4Comments  路  Source: facebook/react-native

Hi,
From source, I see that min. version is Android 4.1 for React Native - is this also an official standpoint for the future? should it be mentioned in the docs?

Thanks!

Locked

Most helpful comment

Yes, it's 4.1 (API 16). This is the version that introduced Choreographer which we make heavy use of, so supporting anything older would be pretty hard. And yes, we should probably document it.

All 4 comments

cc @mkonicek @kmagiera

Yes, it's 4.1 (API 16). This is the version that introduced Choreographer which we make heavy use of, so supporting anything older would be pretty hard. And yes, we should probably document it.

Thanks, makes sense :+1:

Was this page helpful?
0 / 5 - 0 ratings