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 47 react-native-create-library issues
Sort by recently updated
recently updated
newest added

note that this does **not** remove the trailing whitespace from the generated code as I reported in #96

We cannot open the generated ios workspace. `[email protected]` XCode 10.0

Hello there it is a kind of minor issue i think when there is no library's name with this cli, exception handling is needed. ```bash $ react-native-create-library /Users/jonjee/.nvm/versions/node/v10.8.0/lib/node_modules/react-native-create-library/utils/isUpperCase.js:1 (function (exports,...

Hi there - I really appreciate the work you've done with this library but I don't see any releases on npm from the last six months despite all the new...

With all the code changes and new features recently we should plan to release version 4.0. This should act as an umbrella issue for the 4.0 release. This would resolve...

native module i'm building uses firebase(installed through cocoa pods). I added `"$(SRCROOT)/../../../ios/Pods/**"` to header search path in the library native module and now in the Project that uses the native...

If I would install this project as follows: ```sh npm i -g https://github.com/frostney/react-native-create-library ``` then try generating a library project as follows (with yarn installed this time): ```sh react-native-create-library --prefix...

Followup to #63 / #75: If I would install this project as follows: ```sh npm i -g https://github.com/frostney/react-native-create-library ``` then try generating a library project with `--generate-example` with no yarn...

- last line of README.md - extra blank lines after `peerDependencies` and `devDependencies` in `package.json`