Skip to content

Commit 3a062b1

Browse files
author
Christopher J. Brody
committed
Fix known inconsistencies in documented options
resolves #2 resolves #3
1 parent a0bf92a commit 3a062b1

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,8 @@ Usage: create-react-native-module [options] <name>
6060
6161
Options:
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

0 commit comments

Comments
 (0)