Skip to content

Commit

Permalink
Upgrade expo sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklam718 committed Oct 21, 2019
1 parent 707905b commit 633600e
Show file tree
Hide file tree
Showing 9 changed files with 1,711 additions and 1,813 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist
node_modules
yarn-error.log
__tests__/__snapshots__
4 changes: 4 additions & 0 deletions modals-example/.expo-shared/assets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"f9155ac790fd02fadcdeca367b02581c04a353aa6d5aa84409a59f6804c87acd": true,
"89ed26367cdb9b771858e026f2eb95bfdb90e5ae943e716575327ec325f39c44": true
}
11 changes: 0 additions & 11 deletions modals-example/.flowconfig

This file was deleted.

7 changes: 7 additions & 0 deletions modals-example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ node_modules/**/*
.expo/*
npm-debug.*
*.jks
*.p8
*.p12
*.key
*.mobileprovision
*.orig.*
web-build/
web-report/

# macOS
.DS_Store
1 change: 0 additions & 1 deletion modals-example/.watchmanconfig

This file was deleted.

11 changes: 5 additions & 6 deletions modals-example/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"name": "modals-example",
"slug": "modals-example",
"privacy": "public",
"sdkVersion": "32.0.0",
"sdkVersion": "35.0.0",
"platforms": [
"ios",
"android"
"android",
"web"
],
"version": "1.0.0",
"orientation": "portrait",
Expand All @@ -24,8 +25,6 @@
],
"ios": {
"supportsTablet": true
},
"description": "",
"githubUrl": "https://github.com/jacklam718/react-native-modals"
}
}
}
}
Binary file modified modals-example/assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 9 additions & 6 deletions modals-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,20 @@
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"postinstall": "rimraf node_modules/react-native-modals/node_modules/react-native"
},
"dependencies": {
"expo": "^32.0.0",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
"react-native-modals": ".."
"expo": "^35.0.0",
"react": "16.8.3",
"react-dom": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react-native-modals": "file:..",
"react-native-web": "^0.11.7"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0"
"babel-preset-expo": "^7.1.0"
},
"private": true
}
}
Loading

0 comments on commit 633600e

Please sign in to comment.