# 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://oss.callstack.com/react-native-builder-bob/create).
