mehcode / rn-splash-screen

A JavaScript-controlled splash-screen for React Native designed to be run directly after the native splash-screen.
MIT License
350 stars 95 forks source link

Add compatibility for RN 0.47- #52

Closed zoontek closed 7 years ago

zoontek commented 7 years ago

@mehcode The current version does not support react-native 0.46 and inferior on Android. To keep that and assure compat for 0.47+ too, you should keep the createJSModules method, only remove the @Override annotation.

See https://github.com/airbnb/react-native-maps/blob/master/lib/android/src/main/java/com/airbnb/android/react/maps/MapsPackage.java#L27

mehcode commented 7 years ago

Support for non-current React Native is not really something I'm interested in. I don't mind back-porting something to 4.x if support for <0.47 + something-that-happened in 5.x is something you need.