Skip to content

Commit

Permalink
fix: upgrade expo sdk 40 to 41. fix example error
Browse files Browse the repository at this point in the history
  • Loading branch information
dohooo committed Oct 31, 2021
1 parent 193d58f commit 11b39b1
Show file tree
Hide file tree
Showing 3 changed files with 319 additions and 315 deletions.
14 changes: 7 additions & 7 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
"test": "jest"
},
"dependencies": {
"expo": "^40.0.0",
"expo-splash-screen": "~0.8.1",
"expo": "^41.0.0",
"expo-splash-screen": "~0.10.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "0.63.4",
"react-native-unimodules": "~0.12.0",
"react-native-web": "~0.14.9"
"react-native-unimodules": "~0.13.3",
"react-native-web": "~0.13.12"
},
"devDependencies": {
"@babel/core": "~7.12.10",
"@babel/core": "~7.9.0",
"@babel/runtime": "^7.9.6",
"babel-plugin-module-resolver": "^4.0.0",
"babel-preset-expo": "8.3.0",
"expo-cli": "^4.0.13",
"react-native-gesture-handler": "^1.10.3",
"react-native-reanimated": "2.2.0"
"react-native-gesture-handler": "~1.10.2",
"react-native-reanimated": "~2.1.0"
}
}
3 changes: 2 additions & 1 deletion example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"moduleResolution": "node"
}
},
"extends": "expo/tsconfig.base"
}
Loading

0 comments on commit 11b39b1

Please sign in to comment.