Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-builder-bob

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-builder-bob

CLI to build JavaScript files for React Native libraries

  • 0.17.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
152K
decreased by-6.93%
Maintainers
1
Weekly downloads
 
Created

What is react-native-builder-bob?

react-native-builder-bob is a CLI tool that helps in setting up and managing React Native libraries. It simplifies the process of creating, building, and publishing React Native modules, making it easier for developers to maintain and distribute their libraries.

What are react-native-builder-bob's main functionalities?

Creating a new library

This command initializes a new React Native library with the name 'MyLibrary'. It sets up the necessary folder structure, configuration files, and dependencies to get started quickly.

npx create-react-native-library MyLibrary

Building the library

This command compiles the TypeScript or JavaScript code into a format that can be published to npm. It ensures that the library is ready for distribution.

yarn build

Publishing the library

This command publishes the built library to the npm registry, making it available for other developers to install and use in their projects.

npm publish

Running tests

This command runs the test suite for the library, ensuring that all the code works as expected and that there are no regressions.

yarn test

Other packages similar to react-native-builder-bob

FAQs

Package last updated on 16 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc