create-react-native-library
Advanced tools
Comparing version 0.35.1 to 0.36.0
@@ -37,4 +37,4 @@ "use strict"; | ||
['react-native@latest', 'init', `${projectName}Example`, '--directory', directory, '--version', reactNativeVersion, '--skip-install', '--npm'] : | ||
// `npx create-expo-app example --no-install` | ||
['create-expo-app@latest', directory, '--no-install']; | ||
// `npx create-expo-app example --no-install --template blank` | ||
['create-expo-app@latest', directory, '--no-install', '--template', 'blank']; | ||
await (0, _spawn.spawn)('npx', args, { | ||
@@ -41,0 +41,0 @@ cwd: dest, |
{ | ||
"name": "create-react-native-library", | ||
"version": "0.35.1", | ||
"version": "0.36.0", | ||
"description": "CLI to scaffold React Native libraries", | ||
@@ -68,3 +68,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "2d5b583afb31a8607e8ecae0a693e099a9a6fefd" | ||
"gitHead": "4646e08f940ab57f1d337a1bfaa355077caa978e" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3535617