We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f16fc commit 6628b2aCopy full SHA for 6628b2a
packages/create-react-native-library/src/index.ts
@@ -82,7 +82,7 @@ async function create(_argv: yargs.Arguments<Args>) {
82
83
await fs.mkdirp(folder);
84
85
- if (answers.reactNativeVersion !== null) {
+ if (answers.reactNativeVersion != null) {
86
printUsedRNVersion(answers.reactNativeVersion, config);
87
}
88
0 commit comments