Skip to content

Commit 6d3b0b9

Browse files
committed
docs: move note about alternatives to separate section
1 parent b6cc030 commit 6d3b0b9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ This will ask you few questions about your project and generate a new project in
3030

3131
<img src="assets/create-react-native-library.gif" width="500px" height="auto">
3232

33-
The difference from [create-react-native-module](https://github.com/brodybits/create-react-native-module) is that the generated project with `create-react-native-library` is very opinionated and configured with additional tools.
34-
35-
## Build your React Native libraries
33+
## Build React Native libraries
3634

3735
`react-native-builder-bob` can build code in your React Native library for following targets:
3836

@@ -250,6 +248,12 @@ Thanks to the authors of these libraries for inspiration:
250248
- [create-react-native-module](https://github.com/brodybits/create-react-native-module)
251249
- [react-native-webview](https://github.com/react-native-community/react-native-webview)
252250

251+
## Alternatives
252+
253+
There are other similar tools to scaffold React Native libraries. The difference is that the generated project with `create-react-native-library` is very opinionated and configured with additional tools.
254+
255+
- [react-native-module-init](https://github.com/brodybits/react-native-module-init)
256+
253257
## LICENSE
254258

255259
MIT

0 commit comments

Comments
 (0)