react-native-create-library icon indicating copy to clipboard operation
react-native-create-library copied to clipboard

Have a choice to initiate the boilerplate depending on RN version

Open beast opened this issue 7 years ago • 0 comments

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.

beast avatar Sep 09 '16 06:09 beast