create-react-native-library
Version:
CLI to scaffold React Native libraries
14 lines (8 loc) • 385 B
Markdown
# create-react-native-library
CLI to scaffold React Native libraries.
Usage:
```sh
npx create-react-native-library@latest react-native-awesome-library
```
This will ask you few questions about your project and generate a new project in a folder named `awesome-library`.
See more details on the [documentation website](https://callstack.github.io/react-native-builder-bob/create).