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

:notebook: Command line tool to create a React Native library with a single command

Results 46 react-native-create-library issues
Sort by recently updated
recently updated
newest added

With the growing number of config options, it would be nice to add an interactive config mode. It would certainly make it easier than looking up all the options and...

Follow up to #58 to make the default for name and email to read those from your git config global settings.

I created a bridge that contains swift files, a bridging header and some ObjC code. Would this still work? I keep getting an error like this when I try to...

Please add WPF template

Just used this to build a Windows plugin https://github.com/GantMan/WinGif Here's some notes: * there should be a `.gitignore` that at least has a `node_modules/` entry. * Probably update RNWin from...

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...