Skip to content

Commit

Permalink
upgrade Expo and fix React Native example
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolodavis committed Mar 20, 2019
1 parent c1ee6f3 commit c24e0cd
Show file tree
Hide file tree
Showing 11 changed files with 52 additions and 12,237 deletions.
15 changes: 0 additions & 15 deletions examples/react-native/.babelrc

This file was deleted.

File renamed without changes.
30 changes: 29 additions & 1 deletion examples/react-native/app.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
{
"expo": {
"sdkVersion": "25.0.0"
"name": "react-native",
"slug": "react-native",
"privacy": "public",
"sdkVersion": "32.0.0",
"packagerOpts": {
"projectRoots": "",
"config": "rn-cli.config.js"
},
"platforms": [
"ios",
"android"
],
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true
}
}
}
9 changes: 0 additions & 9 deletions examples/react-native/app.test.js

This file was deleted.

Binary file added examples/react-native/assets/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/react-native/assets/splash.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c24e0cd

Please sign in to comment.