Skip to content

Commit 6b7ab5b

Browse files
committed
updated expo
1 parent b094845 commit 6b7ab5b

File tree

4 files changed

+608
-604
lines changed

4 files changed

+608
-604
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = function(api) {
22
api.cache(true);
33
return {
4-
presets: ['babel-preset-expo'],
4+
presets: ['babel-preset-expo']
55
};
66
};

example/react-native/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@
1212
},
1313
"dependencies": {
1414
"@exceptionless/browser": "2.0.0-pre",
15-
"expo": "~40.0.0",
16-
"expo-splash-screen": "~0.8.0",
17-
"expo-updates": "~0.4.0",
15+
"expo": "^41.0.0",
16+
"expo-splash-screen": "~0.10.2",
17+
"expo-updates": "~0.5.4",
1818
"react": "16.13.1",
1919
"react-dom": "16.13.1",
20-
"react-native": "~0.63.4",
21-
"react-native-gesture-handler": "~1.8.0",
22-
"react-native-reanimated": "~1.13.0",
23-
"react-native-screens": "~2.15.0",
24-
"react-native-unimodules": "~0.12.0",
20+
"react-native": "0.63.4",
21+
"react-native-gesture-handler": "~1.10.2",
22+
"react-native-reanimated": "~2.1.0",
23+
"react-native-screens": "~3.0.0",
24+
"react-native-unimodules": "~0.13.3",
2525
"react-native-web": "~0.13.12"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "^7.9.0",
28+
"@babel/core": "~7.9.0",
2929
"@types/react": "~16.9.35",
3030
"@types/react-dom": "~16.9.8",
3131
"@types/react-native": "~0.63.2",
32-
"babel-preset-expo": "~8.3.0",
33-
"jest-expo": "~40.0.0",
32+
"babel-preset-expo": "8.3.0",
33+
"jest-expo": "^41.0.0",
3434
"typescript": "~4.0.0"
3535
},
3636
"jest": {

example/react-native/tsconfig.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
"compilerOptions": {
33
"allowSyntheticDefaultImports": true,
44
"jsx": "react-native",
5-
"lib": ["dom", "esnext"],
5+
"lib": [
6+
"dom",
7+
"esnext"
8+
],
69
"moduleResolution": "node",
710
"noEmit": true,
811
"skipLibCheck": true,
912
"resolveJsonModule": true,
1013
"strict": true
11-
}
14+
},
15+
"extends": "expo/tsconfig.base"
1216
}

0 commit comments

Comments
 (0)