Skip to content

Commit

Permalink
update test snapshots [yet again]
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody committed Feb 22, 2021
1 parent d37d81f commit 307ea14
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
`;
Original file line number Diff line number Diff line change
Expand Up @@ -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"
`;
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down

0 comments on commit 307ea14

Please sign in to comment.