Skip to content

Commit adb6210

Browse files
Bump react-native version for packager issue
1 parent 97fcc3d commit adb6210

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-native-cli",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Command-Line Interface for Vue Native App",
55
"main": "./src/index.js",
66
"scripts": {

src/utils/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const constantObject = {
33
regExpForValidRnDirectory: /^[$A-Z_][0-9A-Z_$]*$/i,
44
crnaPackageName: "expo",
55
rnPackageName: "react-native",
6-
stableRNVersion: "0.58.0",
6+
stableRNVersion: "0.58.1",
77
appJsonPath: "app.json",
88
vueNativePackages: {
99
vueNativeCore: "vue-native-core",

0 commit comments

Comments
 (0)