Skip to content

Commit

Permalink
fix country getter
Browse files Browse the repository at this point in the history
  • Loading branch information
kimxogus committed Jul 28, 2018
1 parent 3ef8729 commit a511ce6
Show file tree
Hide file tree
Showing 3 changed files with 1,059 additions and 9 deletions.
5 changes: 4 additions & 1 deletion packages/react-native-version-check-expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"expo": ">=20"
},
"dependencies": {
"react-native-version-check": "^3.0.0-rc.5"
"react-native-version-check": "3.0.0-alpha.3ef87290"
},
"devDependencies": {
"expo": "^29.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ if (process.env.RNVC_ENV === 'test') {
};
} else {
const { Platform } = require('react-native');
const { Constants, Localization, Util } = require('expo');
const {
Constants,
DangerZone: { Localization },
Util,
} = require('expo');

const { manifest = {} } = Constants;
const {
Expand Down
Loading

0 comments on commit a511ce6

Please sign in to comment.