Skip to content

Commit

Permalink
publish v0.18.3; updated expo app
Browse files Browse the repository at this point in the history
  • Loading branch information
Monte9 committed Nov 24, 2017
1 parent e1f0d3c commit 0289306
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 28 deletions.
3 changes: 3 additions & 0 deletions .expo/packager-info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"expoServerPort": null
}
9 changes: 9 additions & 0 deletions .expo/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"hostType": "tunnel",
"lanType": "ip",
"dev": true,
"strict": false,
"minify": false,
"urlType": "exp",
"urlRandomness": null
}
23 changes: 23 additions & 0 deletions example/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"expo": {
"name": "react-native-elements-app",
"description": "A demo app for React Native Elements UI Library",
"slug": "react-native-elements-app",
"privacy": "public",
"sdkVersion": "23.0.0",
"version": "1.0.0",
"orientation": "portrait",
"primaryColor": "#cccccc",
"icon": "./assets/icons/icon.png",
"loading": {
"icon": "./assets/icons/loading.png",
"hideExponentText": false
},
"packagerOpts": {
"assetExts": ["ttf", "mp4"]
},
"ios": {
"supportsTablet": true
}
}
}
21 changes: 0 additions & 21 deletions example/exp.json

This file was deleted.

11 changes: 5 additions & 6 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@
"private": true,
"main": "main.js",
"dependencies": {
"expo": "21.0.0",
"expo": "^23.0.0",
"@expo/vector-icons": "^6.1.0",
"lodash": "^4.17.4",
"react": "16.0.0-alpha.12",
"react": "16.0.0",
"react-native":
"https://github.com/expo/react-native/archive/sdk-21.0.2.tar.gz",
"react-native-elements":
"https://github.com/react-native-training/react-native-elements.git#next",
"react-navigation": "^1.0.0-beta.9"
"https://github.com/expo/react-native/archive/sdk-23.0.0.tar.gz",
"react-native-elements": "^0.18.3",
"react-navigation": "^1.0.0-beta.19"
},
"scripts": {
"clean-install":
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-elements",
"version": "0.18.2",
"version": "0.18.3",
"description": "React Native Elements & UI Toolkit",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit 0289306

Please sign in to comment.