File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,9 +60,8 @@ Usage: create-react-native-module [options] <name>
6060
6161Options:
6262
63- -h, --help output usage information
64- -V, --version output the version number
65- -p, --prefix <prefix> The prefix for the library (Default: `RN`)
63+ --help output usage information
64+ --prefix <prefix> The prefix for the library (Default: `RN`)
6665 --module-prefix <modulePrefix> The module prefix for the library (Default: `react-native`)
6766 --package-identifier <packageIdentifier> (Android only!) The package name for the Android module (Default: `com.reactlibrary`)
6867 --platforms <platforms> Platforms the library will be created for. (comma separated; default: `ios,android`)
@@ -107,8 +106,6 @@ createLibrary({
107106## SOME KNOWN ISSUES
108107
109108- CLI does not show the correct path of the generated library module
110- - not all documented options work as documented
111- - not all options are documented
112109
113110## Behavior not tested or supported
114111
You can’t perform that action at this time.
0 commit comments