Skip to content

Commit

Permalink
Bump react-native version for packager issue
Browse files Browse the repository at this point in the history
  • Loading branch information
neeraj-singh47 committed Feb 9, 2019
1 parent 97fcc3d commit adb6210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-native-cli",
"version": "0.0.5",
"version": "0.0.6",
"description": "Command-Line Interface for Vue Native App",
"main": "./src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
appJsonPath: "app.json",
vueNativePackages: {
vueNativeCore: "vue-native-core",
Expand Down

0 comments on commit adb6210

Please sign in to comment.