You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will ask you few questions about your project and generate a new project in a folder named `react-native-awesome-module`.
@@ -60,7 +60,7 @@ The difference from [create-react-native-module](https://github.com/brodybits/cr
60
60
First, install Bob in your project. Open a Terminal in your project, and run:
61
61
62
62
```sh
63
-
yarn add --dev @react-native-community/bob
63
+
yarn add --dev react-native-builder-bob
64
64
```
65
65
66
66
To configure your project to use Bob, open a Terminal and run `yarn bob init` for automatic configuration.
@@ -70,7 +70,7 @@ To configure your project manually, follow these steps:
70
70
1. In your `package.json`, specify the targets to build for:
71
71
72
72
```json
73
-
"@react-native-community/bob": {
73
+
"react-native-builder-bob": {
74
74
"source": "src",
75
75
"output": "lib",
76
76
"targets": [
@@ -128,7 +128,7 @@ And we're done 🎉
128
128
129
129
## Options
130
130
131
-
The options can be specified in the `package.json` file under the `@react-native-community/bob` property, or in a `bob.config.js` file in your project directory.
131
+
The options can be specified in the `package.json` file under the `react-native-builder-bob` property, or in a `bob.config.js` file in your project directory.
0 commit comments