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 97fcc3d commit adb6210Copy full SHA for adb6210
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-native-cli",
3
- "version": "0.0.5",
+ "version": "0.0.6",
4
"description": "Command-Line Interface for Vue Native App",
5
"main": "./src/index.js",
6
"scripts": {
src/utils/constants.js
@@ -3,7 +3,7 @@ const constantObject = {
regExpForValidRnDirectory: /^[$A-Z_][0-9A-Z_$]*$/i,
crnaPackageName: "expo",
rnPackageName: "react-native",
- stableRNVersion: "0.58.0",
+ stableRNVersion: "0.58.1",
7
appJsonPath: "app.json",
8
vueNativePackages: {
9
vueNativeCore: "vue-native-core",
0 commit comments