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

Since this project seems abandoned, this is the alternative and is active repo: https://github.com/callstack/react-native-builder-bob npm: https://www.npmjs.com/package/create-react-native-library or a less opinionated (highly recommended): https://github.com/brodybits/create-react-native-module npm: https://www.npmjs.com/package/create-react-native-module

Currently .podspec file is created in ios folder and this is the reason why pod install is not working when you are using your new library. To make it work...

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.7.6 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. v0.8.4 Small patch release to fix a circular dependency...

dependencies

Hi, I tried to install `react-native-create-library` from master as well also from the npm package. but when I create the library I see there is no `MainActivity.java` file. So I...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

I'm having an issue with importing modules created with this utility. If I... 1. create a library, and run `npm install` in the folder 2. create a project somewhere else...

Bumps [ini](https://github.com/isaacs/ini) from 1.3.4 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

This wraps the Android Gradle plugin dependency in the buildscripts section of android/build.gradle in a conditional: ``` if (project == rootProject) { // ... (dependency here) } ``` The Android...

I try to use react-native-create-library and change the library to tv platform but it does not work . the library supports only iPhone devices How can I support library for...