create-react-native-library
Advanced tools
Comparing version 0.45.5 to 0.46.0
@@ -58,3 +58,3 @@ "use strict"; | ||
} = answers; | ||
const arch = type === 'legacy-module' || type === 'legacy-view' ? 'legacy' : 'new'; | ||
const arch = type === 'legacy-module' || type === 'legacy-view' || type === 'library' ? 'legacy' : 'new'; | ||
const project = slug.replace(/^(react-native-|@[^/]+\/)/, ''); | ||
@@ -61,0 +61,0 @@ let namespace; |
{ | ||
"name": "create-react-native-library", | ||
"version": "0.45.5", | ||
"version": "0.46.0", | ||
"description": "CLI to scaffold React Native libraries", | ||
@@ -68,3 +68,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "a0ca7d2626d730080fb7f5b6f9291244b0cd711d" | ||
"gitHead": "0bacd58eab2ce56f20be84009aa6f4315dd95c52" | ||
} |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3551511
105
15186