Gathering detailed insights and metrics for create-react-native-library
Gathering detailed insights and metrics for create-react-native-library
Gathering detailed insights and metrics for create-react-native-library
Gathering detailed insights and metrics for create-react-native-library
react-native-create-library
Tool to create a React Native library with a single command
@goroya.io/create-react-native-library
create-react-native-library ===========================
react-native-skeleton-placeholder
SkeletonPlaceholder is a React Native library to easily create an amazing loading effect.
create-nitro-module
A CLI tool that simplifies creating React Native modules powered by Nitro Modules.
👷♂️ Simple set of CLIs to scaffold and build React Native libraries for different targets
npm install create-react-native-library
Typescript
Module System
Min. Node Version
Node Version
NPM Version
create-react-native-library@0.51.1
Updated on Jun 21, 2025
react-native-builder-bob@0.40.12
Updated on Jun 14, 2025
create-react-native-library@0.51.0
Updated on Jun 14, 2025
create-react-native-library@0.50.3
Updated on May 15, 2025
react-native-builder-bob@0.40.11
Updated on May 15, 2025
docs@0.6.7
Updated on May 15, 2025
JavaScript (95.91%)
TypeScript (3.79%)
Kotlin (0.15%)
Objective-C++ (0.08%)
Ruby (0.04%)
CMake (0.02%)
Objective-C (0.01%)
C++ (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
3,035 Stars
767 Commits
215 Forks
19 Watchers
16 Branches
116 Contributors
Updated on Jul 14, 2025
Latest Version
0.51.1
Package Id
create-react-native-library@0.51.1
Unpacked Size
3.39 MB
Size
1.20 MB
File Count
96
NPM Version
lerna/4.1.2/node@v20.19.0+arm64 (darwin)
Node Version
20.19.0
Published on
Jun 21, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
11
👷♂️ Set of CLIs to scaffold and build React Native libraries for different targets.
Documentation is available at https://callstack.github.io/react-native-builder-bob/.
This project uses a monorepo using yarn
. To setup the project, run yarn
in the root directory to install the required dependencies.
1yarn
While developing, you can run watch mode to automatically rebuild the changes:
1yarn watch
To test the CLI locally, you can point to the appropriate executable:
1../bob/packages/create-react-native-library/bin/create-react-native-library
Before sending a pull request, make sure your code passes TypeScript and ESLint. Run the following to verify:
1yarn typecheck 2yarn lint
To fix formatting errors, run the following:
1yarn lint --fix
The documentation for the project is under docs
directory. To run the documentation locally, run the following:
1yarn docs dev
Maintainers with write access to the GitHub repo and the npm organization can publish new versions. To publish a new version, first, you need to export a GH_TOKEN
environment variable as mentioned here. Then run:
1yarn lerna publish
This will automatically bump the version and publish the packages. It'll also publish the changelogs on GitHub for each package.
When releasing a pre-release version, we need to:
lerna.json
to set the preId
(e.g. next
) and preDistTag
(e.g. next
) fields, and potentially the allowBranch
field.1yarn lerna publish --conventional-commits --conventional-prerelease --preid next
When releasing a stable version, we need to:
preId
and preDistTag
fields from lerna.json
.1yarn lerna publish --conventional-commits --conventional-graduate
Thanks to the authors of these libraries for inspiration:
Some other tools for building React Native libraries that you may want to check out:
MIT
No vulnerabilities found.
Reason
30 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
Found 8/30 approved changesets -- score normalized to 2
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
36 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More