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 ee6dd59 commit a007633Copy full SHA for a007633
packages/create-react-native-library/src/index.ts
@@ -588,7 +588,7 @@ async function create(_argv: yargs.Arguments<any>) {
588
repoUrl,
589
type = 'module-mixed',
590
languages = type === 'library' ? 'js' : 'kotlin-objc',
591
- example = local ? 'none' : type === 'library' ? 'expo' : 'test-app',
+ example = local ? 'none' : type === 'library' ? 'expo' : 'vanilla',
592
reactNativeVersion,
593
} = answers;
594
0 commit comments