Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
xcarpentier committed Dec 6, 2017
1 parent 390faac commit 7b38b0d
Show file tree
Hide file tree
Showing 5 changed files with 429 additions and 504 deletions.
3 changes: 2 additions & 1 deletion example/App.js
Expand Up @@ -17,7 +17,8 @@ const styles = StyleSheet.create({
fontSize: 12,
textAlign: 'center',
color: '#888',
marginBottom: 5
marginTop: 5,
backgroundColor: 'transparent'
},
data: {
padding: 15,
Expand Down
8 changes: 4 additions & 4 deletions example/app.json
@@ -1,10 +1,10 @@
{
"expo": {
"name": "example",
"description": "An empty new project",
"slug": "example",
"name": "react-native-country-picker-modal",
"description": "react-native-country-picker-modal",
"slug": "react-native-country-picker-modal",
"privacy": "public",
"sdkVersion": "21.0.0",
"sdkVersion": "23.0.0",
"version": "1.0.0",
"orientation": "portrait",
"primaryColor": "#cccccc",
Expand Down
Binary file added example/assets/images/icon-app.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions example/package.json
Expand Up @@ -7,10 +7,11 @@
"private": true,
"main": "node_modules/expo/AppEntry.js",
"dependencies": {
"expo": "^21.0.0",
"react": "16.0.0-alpha.12",
"expo": "^23.0.0",
"react": "16.0.0",
"react-native":
"https://github.com/expo/react-native/archive/sdk-21.0.2.tar.gz",
"react-native-country-picker-modal": "^0.4.0"
"https://github.com/expo/react-native/archive/sdk-23.0.0.tar.gz",
"react-native-country-picker-modal":
"https://github.com/xcarpentier/react-native-country-picker-modal.git"
}
}

0 comments on commit 7b38b0d

Please sign in to comment.