frostney / react-native-create-library

:notebook: Command line tool to create a React Native library with a single command
MIT License
1.45k stars 113 forks source link

Have a choice to initiate the boilerplate depending on RN version #17

Open beast opened 8 years ago

beast commented 8 years ago

Since almost every RN version introduce some breaking changes while initiating iOS/Android boilerplate code with RN init. If I were to build a library but not necessary have time and effort to always update to latest RN version. Or some app developer is remaining on some older version and want peerDependencies at a certain version. Maybe could look into https://github.com/jacobbubu/rninit? This might mean a redesign but it would make this ulti much more practical. Thanks.