mirror of
https://github.com/zhigang1992/examples.git
synced 2026-01-12 09:03:42 +08:00
Upgrade to Expo SDK 38
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"expo": "37.0.11",
|
||||
"react": "16.9.0",
|
||||
"react-dom": "16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"expo": "~38.0.0",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-web": "0.11.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"expo": "37.0.7",
|
||||
"expo-asset": "8.1.4",
|
||||
"expo-constants": "9.0.0",
|
||||
"react": "16.9.0",
|
||||
"react-dom": "16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"expo": "~38.0.0",
|
||||
"expo-asset": "~8.1.7",
|
||||
"expo-constants": "~9.1.1",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-web": "0.11.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -2,14 +2,14 @@
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.0.0-beta.48",
|
||||
"@apollo/link-context": "^2.0.0-beta.3",
|
||||
"expo": "~37.0.3",
|
||||
"expo": "~38.0.0",
|
||||
"graphql": "^15.0.0",
|
||||
"react": "~16.9.0",
|
||||
"react-dom": "~16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"react-native-web": "~0.11.7"
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-web": "0.11.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.8.6"
|
||||
"@babel/core": "7.9.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"expo": "37.0.7",
|
||||
"expo-auth-session": "^1.2.1",
|
||||
"expo": "~38.0.0",
|
||||
"expo-auth-session": "~1.4.1",
|
||||
"jwt-decode": "2.2.0",
|
||||
"react": "16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"react-native-web": "^0.11",
|
||||
"react-dom": "16.9.0"
|
||||
"react": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-web": "0.11.7",
|
||||
"react-dom": "~16.11.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.9.0"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"expo": "37.0.7",
|
||||
"expo-font": "8.1.1",
|
||||
"react": "16.9.0",
|
||||
"react-dom": "16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"expo": "~38.0.0",
|
||||
"expo-font": "~8.2.1",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-web": "0.11.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"@react-native-community/masked-view": "0.1.6",
|
||||
"@react-navigation/drawer": "^5.7.5",
|
||||
"@react-navigation/native": "^5.4.0",
|
||||
"expo": "~37.0.3",
|
||||
"react": "~16.9.0",
|
||||
"react-dom": "~16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"react-native-gesture-handler": "~1.6.0",
|
||||
"react-native-reanimated": "~1.7.0",
|
||||
"react-native-safe-area-context": "0.7.3",
|
||||
"react-native-screens": "~2.2.0",
|
||||
"react-native-web": "~0.11.7"
|
||||
"@react-native-community/masked-view": "~0.1.10",
|
||||
"@react-navigation/drawer": "~5.8.4",
|
||||
"@react-navigation/native": "~5.6.1",
|
||||
"expo": "~38.0.0",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-gesture-handler": "~1.6.1",
|
||||
"react-native-reanimated": "~1.9.0",
|
||||
"react-native-safe-area-context": "~3.0.6",
|
||||
"react-native-screens": "~2.9.0",
|
||||
"react-native-web": "0.11.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.8.6"
|
||||
"@babel/core": "7.9.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,19 +9,20 @@
|
||||
"eject": "expo eject"
|
||||
},
|
||||
"dependencies": {
|
||||
"@expo/electron-adapter": "0.0.0-alpha.48",
|
||||
"@expo/webpack-config": "0.12.0",
|
||||
"@expo/electron-adapter": "~0.0.3",
|
||||
"@expo/webpack-config": "0.12.16",
|
||||
"electron": "6.1.10",
|
||||
"expo": "37.0.7",
|
||||
"react": "16.9.0",
|
||||
"react-dom": "16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"expo": "~38.0.0",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-web": "0.11.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.9.0",
|
||||
"@types/react": "16.9.34",
|
||||
"@types/react-native": "0.61.23",
|
||||
"@types/react": "~16.9.41",
|
||||
"@types/react-dom": "~16.9.8",
|
||||
"@types/react-native": "~0.62.13",
|
||||
"typescript": "3.8.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"expo": "^37.0.7",
|
||||
"expo-auth-session": "^1.2.1",
|
||||
"react": "16.8.3",
|
||||
"react-dom": "16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"expo": "~38.0.0",
|
||||
"expo-auth-session": "~1.4.1",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-web": "0.11.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"expo": "^37.0.7",
|
||||
"expo-image-picker": "8.0.2",
|
||||
"expo-permissions": "8.0.0",
|
||||
"expo": "~38.0.0",
|
||||
"expo-image-picker": "~8.3.0",
|
||||
"expo-permissions": "~9.0.1",
|
||||
"firebase": "7.8.1",
|
||||
"react": "16.9.0",
|
||||
"react-dom": "16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-web": "0.11.7",
|
||||
"uuid": "3.4.0"
|
||||
},
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"expo": "^37.0.7",
|
||||
"expo-constants": "~7.0.0",
|
||||
"expo-image-picker": "~7.0.0",
|
||||
"expo-permissions": "~7.0.0",
|
||||
"react": "16.8.3",
|
||||
"react-dom": "16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"expo": "~38.0.0",
|
||||
"expo-constants": "~9.1.1",
|
||||
"expo-image-picker": "~8.3.0",
|
||||
"expo-permissions": "~9.0.1",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-web": "0.11.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"expo": "37.0.11",
|
||||
"expo": "~38.0.0",
|
||||
"formik": "2.1.4",
|
||||
"react": "16.9.0",
|
||||
"react-dom": "16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-web": "0.11.7",
|
||||
"yup": "0.29.0"
|
||||
},
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"serve:web": "gatsby serve"
|
||||
},
|
||||
"dependencies": {
|
||||
"expo": "^37.0.7",
|
||||
"expo": "~38.0.0",
|
||||
"gatsby": "^2.17.6",
|
||||
"gatsby-image": "^2.2.30",
|
||||
"gatsby-plugin-manifest": "^2.2.25",
|
||||
@@ -22,17 +22,18 @@
|
||||
"gatsby-source-filesystem": "^2.1.35",
|
||||
"gatsby-transformer-sharp": "^2.3.1",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "16.8.3",
|
||||
"react-dom": "16.8.3",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-helmet": "^5.2.1",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"react-native-web": "^0.11.7",
|
||||
"react-native-web-hooks": "^1.0.2"
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-web": "0.11.7",
|
||||
"react-native-web-hooks": "~3.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.9.0",
|
||||
"@types/react": "^16.8.23",
|
||||
"@types/react-native": "^0.57.65",
|
||||
"@types/react": "~16.9.41",
|
||||
"@types/react-dom": "~16.9.8",
|
||||
"@types/react-native": "~0.62.13",
|
||||
"typescript": "^3.6.3"
|
||||
},
|
||||
"private": true
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"expo": "37.0.7",
|
||||
"expo-image-picker": "~8.0.0",
|
||||
"react": "16.9.0",
|
||||
"react-dom": "16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"expo": "~38.0.0",
|
||||
"expo-image-picker": "~8.3.0",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-web": "0.11.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"@expo/vector-icons": "10.0.6",
|
||||
"expo": "37.0.7",
|
||||
"react": "16.9.0",
|
||||
"react-dom": "16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"@expo/vector-icons": "~10.2.0",
|
||||
"expo": "~38.0.0",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-web": "0.11.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"expo": "37.0.7",
|
||||
"expo": "~38.0.0",
|
||||
"next": "9.3.5",
|
||||
"react": "16.9.0",
|
||||
"react-dom": "16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-web": "0.11.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"expo": "37.0.7",
|
||||
"expo": "~38.0.0",
|
||||
"expo-postpublish-slack-notify": "1.2.0",
|
||||
"react": "16.9.0",
|
||||
"react-dom": "16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-web": "0.11.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"expo": "37.0.7",
|
||||
"expo": "~38.0.0",
|
||||
"preact": "10.4.1",
|
||||
"preact-responder-event-plugin": "1.0.16",
|
||||
"react": "16.9.0",
|
||||
"react-dom": "16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-web": "0.11.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,14 +1,9 @@
|
||||
{
|
||||
"scripts": {
|
||||
"start": "expo start",
|
||||
"build": "expo build:web",
|
||||
"deploy": "npx netlify deploy --dir web-build"
|
||||
},
|
||||
"dependencies": {
|
||||
"expo": "37.0.7",
|
||||
"react": "16.9.0",
|
||||
"react-dom": "16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"expo": "~38.0.0",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-web": "0.11.7",
|
||||
"react-router-dom": "5.1.2",
|
||||
"react-router-native": "5.1.2"
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"expo": "37.0.7",
|
||||
"expo-gl": "8.2.0",
|
||||
"expo": "~38.0.0",
|
||||
"expo-gl": "~8.3.1",
|
||||
"expo-three": "5.4.0",
|
||||
"react": "16.9.0",
|
||||
"react-dom": "16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-web": "0.11.7",
|
||||
"react-three-fiber": "^4.2.8",
|
||||
"three": "^0.117.1"
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
"dependencies": {
|
||||
"expo": "^37.0.7",
|
||||
"react": "16.8.3",
|
||||
"react-dom": "16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-web": "0.11.7",
|
||||
"socket.io-client": "^1.7.1"
|
||||
},
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"expo": "37.0.7",
|
||||
"expo-sqlite": "8.1.0",
|
||||
"react": "16.9.0",
|
||||
"react-dom": "16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"expo": "~38.0.0",
|
||||
"expo-sqlite": "~8.2.1",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-web": "0.11.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,33 +1,31 @@
|
||||
{
|
||||
"scripts": {
|
||||
"start": "expo start",
|
||||
"android": "expo start --android",
|
||||
"ios": "expo start --ios",
|
||||
"web": "start-storybook -p 6006",
|
||||
"build-storybook": "build-storybook"
|
||||
},
|
||||
"dependencies": {
|
||||
"expo": "^37.0.7",
|
||||
"expo-constants": "~8.0.0",
|
||||
"expo-font": "~8.0.0",
|
||||
"expo-linear-gradient": "~8.0.0",
|
||||
"react": "16.9.0",
|
||||
"react-dom": "16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"react-native-web": "^0.11.7"
|
||||
"expo": "~38.0.0",
|
||||
"expo-constants": "~9.1.1",
|
||||
"expo-font": "~8.2.1",
|
||||
"expo-linear-gradient": "~8.2.1",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-web": "0.11.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.9.0",
|
||||
"@babel/core": "7.9.0",
|
||||
"@expo/webpack-config": "^0.11.11",
|
||||
"@storybook/addon-actions": "^5.2.1",
|
||||
"@storybook/addon-links": "^5.2.1",
|
||||
"@storybook/addons": "^5.2.1",
|
||||
"@storybook/react": "^5.2.1",
|
||||
"@storybook/react-native": "^5.2.3",
|
||||
"@types/react": "^16.9.0",
|
||||
"@types/react-native": "^0.60.15",
|
||||
"@types/react": "~16.9.41",
|
||||
"@types/react-dom": "~16.9.8",
|
||||
"@types/react-native": "~0.62.13",
|
||||
"babel-loader": "^8.0.6",
|
||||
"babel-preset-expo": "^8.0.0",
|
||||
"typescript": "^3.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
6
with-styled-components/babel.config.js
Normal file
6
with-styled-components/babel.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = function (api) {
|
||||
api.cache(true);
|
||||
return {
|
||||
presets: ["babel-preset-expo"],
|
||||
};
|
||||
};
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"expo": "^37.0.7",
|
||||
"react": "16.8.3",
|
||||
"react-dom": "16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"expo": "~38.0.0",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-web": "0.11.7",
|
||||
"styled-components": "^5.1.0"
|
||||
},
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"expo": "~37.0.3",
|
||||
"react": "~16.9.0",
|
||||
"react-dom": "~16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"react-native-web": "~0.11.7",
|
||||
"expo": "~38.0.0",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-web": "0.11.7",
|
||||
"tailwind-rn": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.8.6"
|
||||
"@babel/core": "7.9.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,18 +1,19 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"expo": "37.0.7",
|
||||
"expo-gl": "^8.0.0",
|
||||
"expo": "~38.0.0",
|
||||
"expo-gl": "~8.3.1",
|
||||
"expo-three": "^5.4.0",
|
||||
"react": "16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"react-native-web": "^0.11",
|
||||
"react-dom": "16.9.0",
|
||||
"react": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-web": "0.11.7",
|
||||
"react-dom": "~16.11.0",
|
||||
"three": "^0.108.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.9.0",
|
||||
"@types/react": "^16.8.23",
|
||||
"@types/react-native": "^0.57.65",
|
||||
"@types/react": "~16.9.41",
|
||||
"@types/react-dom": "~16.9.8",
|
||||
"@types/react-native": "~0.62.13",
|
||||
"typescript": "^3.4.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"expo": "37.0.7",
|
||||
"expo-auth-session": "^1.2.1",
|
||||
"react": "16.9.0",
|
||||
"react-dom": "16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"expo": "~38.0.0",
|
||||
"expo-auth-session": "^1.4.1",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-web": "0.11.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"expo": "~37.0.7",
|
||||
"expo": "~38.0.0",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-screens": "~2.2.0",
|
||||
"react-native-web": "~0.11.7"
|
||||
"react-native-web": "0.11.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.8.6",
|
||||
"@types/react": "~16.9.36",
|
||||
"@babel/core": "7.9.0",
|
||||
"@types/react": "~16.9.41",
|
||||
"@types/react-dom": "~16.9.8",
|
||||
"@types/react-native": "~0.62.13",
|
||||
"typescript": "~3.8.3"
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"@use-expo/font": "^2.0.0",
|
||||
"expo": "^37.0.7",
|
||||
"expo-font": "~8.0.0",
|
||||
"@use-expo/font": "~2.0.0",
|
||||
"expo": "~38.0.3",
|
||||
"expo-font": "~8.2.1",
|
||||
"lodash": "^4.17.10",
|
||||
"react": "16.9.0",
|
||||
"react-dom": "16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"react-native-svg": "9.13.3",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-svg": "~12.1.0",
|
||||
"react-native-web": "0.11.7",
|
||||
"victory-native": "^34.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.0.0"
|
||||
"@babel/core": "7.9.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"expo": "37.0.7",
|
||||
"expo-av": "~8.0.0",
|
||||
"react": "16.9.0",
|
||||
"react-dom": "16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"expo": "~38.0.0",
|
||||
"expo-av": "~8.2.1",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-web": "0.11.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"expo": "37.0.7",
|
||||
"expo-web-browser": "~7.0.0",
|
||||
"react": "16.9.0",
|
||||
"react-dom": "16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"expo": "~38.0.0",
|
||||
"expo-web-browser": "~8.3.1",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-web": "0.11.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user