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!
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:
Added a note for this to the README: https://github.com/facebook/react-native/commit/e2841c05b4bc67aad90854c7013b278ca4abe03a :rocket:
Most helpful comment
Yes, it's 4.1 (API 16). This is the version that introduced
Choreographerwhich we make heavy use of, so supporting anything older would be pretty hard. And yes, we should probably document it.