Skip to content

Commit 068641d

Browse files
committed
Update readme
1 parent dddb457 commit 068641d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tool to create a React Native library with a single command.
44
![](https://github.com/frostney/react-native-create-library/blob/master/docs/usage.gif)
55

66
### Why might you need this?
7-
If you are looking to create a native module for React Native, you need some native code for each platform the module wants to support and then some JavaScript code to bind it all together. Setting this up by yourself can be time-consuming.
7+
If you are looking to create a native module for React Native, you need some native code for each platform you want to support and then some JavaScript code to bind it all together. Setting this up by yourself can be time-consuming.
88

99
This is where this tool comes in. It creates a boilerplate with all current best practices in mind.
1010
Why not use `react-native new-library`? Unfortunately that command doesn't create an up-to-date library, requires an already initialized React Native project and only sets up the iOS side of things.

0 commit comments

Comments
 (0)