-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Christopher J. Brody
committed
Feb 22, 2021
1 parent
d37d81f
commit 307ea14
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ Options: | |
--generate-example Generate an example project and add the library module to it with symlink by defult, with overwrite of example metro.config.js to add workaround for Metro symlink issue - requires both react-native-cli and yarn to be installed globally | ||
--example-file-linkage DEPRECATED: do \`yarn add file:../\` instead of \`yarn add link:../\` in a generated example project, and add a postinstall workaround script, with no overwrite of example metro.config.js | ||
--example-name [exampleName] Name for the example project (default: \\"example\\") | ||
--example-react-native-version [exampleReactNativeVersion] React Native template version for the generated example project, for example: react-native-tvos@latest (requires --tvos-enabled option); [email protected] (default: \\"react-native@latest\\") | ||
--example-react-native-version [exampleReactNativeVersion] React Native template version for the generated example project, for example: react-native-tvos, [email protected] (requires --tvos-enabled option); [email protected] (default: \\"react-native@latest\\") | ||
--write-example-podfile [iOS] EXPERIMENTAL FEATURE NOT SUPPORTED: write (or overwrite) example ios/Podfile | ||
-h, --help display help for command" | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ Options: | |
--generate-example Generate an example project and add the library module to it with symlink by defult, with overwrite of example metro.config.js to add workaround for Metro symlink issue - requires both react-native-cli and yarn to be installed globally | ||
--example-file-linkage DEPRECATED: do \`yarn add file:../\` instead of \`yarn add link:../\` in a generated example project, and add a postinstall workaround script, with no overwrite of example metro.config.js | ||
--example-name [exampleName] Name for the example project (default: \\"example\\") | ||
--example-react-native-version [exampleReactNativeVersion] React Native template version for the generated example project, for example: react-native-tvos@latest (requires --tvos-enabled option); [email protected] (default: \\"react-native@latest\\") | ||
--example-react-native-version [exampleReactNativeVersion] React Native template version for the generated example project, for example: react-native-tvos, [email protected] (requires --tvos-enabled option); [email protected] (default: \\"react-native@latest\\") | ||
--write-example-podfile [iOS] EXPERIMENTAL FEATURE NOT SUPPORTED: write (or overwrite) example ios/Podfile | ||
-h, --help display help for command" | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,7 +82,7 @@ Object { | |
Object { | ||
"command": "--example-react-native-version [exampleReactNativeVersion]", | ||
"default": "react-native@latest", | ||
"description": "React Native template version for the generated example project, for example: react-native-tvos@latest (requires --tvos-enabled option); [email protected]", | ||
"description": "React Native template version for the generated example project, for example: react-native-tvos, [email protected] (requires --tvos-enabled option); [email protected]", | ||
}, | ||
Object { | ||
"command": "--write-example-podfile", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -191,7 +191,7 @@ Array [ | |
"option": Object { | ||
"args": Array [ | ||
"--example-react-native-version [exampleReactNativeVersion]", | ||
"React Native template version for the generated example project, for example: react-native-tvos@latest (requires --tvos-enabled option); [email protected]", | ||
"React Native template version for the generated example project, for example: react-native-tvos, [email protected] (requires --tvos-enabled option); [email protected]", | ||
[Function], | ||
"react-native@latest", | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -191,7 +191,7 @@ Array [ | |
"option": Object { | ||
"args": Array [ | ||
"--example-react-native-version [exampleReactNativeVersion]", | ||
"React Native template version for the generated example project, for example: react-native-tvos@latest (requires --tvos-enabled option); [email protected]", | ||
"React Native template version for the generated example project, for example: react-native-tvos, [email protected] (requires --tvos-enabled option); [email protected]", | ||
[Function], | ||
"react-native@latest", | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -189,7 +189,7 @@ Array [ | |
"option": Object { | ||
"args": Array [ | ||
"--example-react-native-version [exampleReactNativeVersion]", | ||
"React Native template version for the generated example project, for example: react-native-tvos@latest (requires --tvos-enabled option); [email protected]", | ||
"React Native template version for the generated example project, for example: react-native-tvos, [email protected] (requires --tvos-enabled option); [email protected]", | ||
[Function], | ||
"react-native@latest", | ||
], | ||
|