Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit 495bc6a

Browse files
authored
Merge pull request #3385 from withspectrum/2.4.11
2.4.11
2 parents 8054f56 + 1849f17 commit 495bc6a

File tree

13 files changed

+674
-446
lines changed

13 files changed

+674
-446
lines changed

config-overrides.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ module.exports = function override(config, env) {
108108
caches: process.env.NODE_ENV === 'development' ? {} : 'all',
109109
externals,
110110
autoUpdate: true,
111+
rewrites: arg => arg,
111112
ServiceWorker: {
112113
entry: './public/push-sw.js',
113114
events: true,

mobile/.expo/settings.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

mobile/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Ignore Expo client that is downloaded locally
22
.expo/Exponent.app/**
3-
.expo/packager-info.json
3+
.expo/packager-info.json
4+
.expo/settings.json

mobile/app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Simple, powerful online communities.",
66
"githubUrl": "https://github.com/withspectrum/spectrum",
77
"privacy": "unlisted",
8-
"sdkVersion": "26.0.0",
8+
"sdkVersion": "28.0.0",
99
"platforms": [
1010
"ios",
1111
"android"
@@ -40,4 +40,4 @@
4040
]
4141
}
4242
}
43-
}
43+
}

mobile/package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,35 +9,36 @@
99
"apollo-link-error": "^1.0.9",
1010
"apollo-link-http": "^1.5.4",
1111
"apollo-link-retry": "^2.2.3",
12-
"expo": "^26.0.0",
12+
"expo": "^28.0.0",
1313
"graphql": "^0.11.0",
1414
"graphql-tag": "^2.6.1",
1515
"metro-bundler": "^0.22.1",
16-
"react": "16.3.0-alpha.1",
16+
"react": "16.3.1",
1717
"react-apollo": "2.x",
18-
"react-native": "https://github.com/expo/react-native/archive/sdk-26.0.0.tar.gz",
18+
"react-native": "https://github.com/expo/react-native/archive/sdk-28.0.0.tar.gz",
1919
"react-native-gesture-handler": "^1.0.1",
2020
"react-native-keyboard-spacer": "^0.4.1",
2121
"react-native-picker-select": "^3.1.1",
2222
"react-native-tab-view": "^0.0.78",
2323
"react-native-typography": "^1.2.1",
24-
"react-navigation": "^2.2.4",
24+
"react-navigation": "^2.3.1",
2525
"react-navigation-props-mapper": "^0.1.3",
2626
"recompose": "^0.26.0",
2727
"redraft": "^0.10.0",
28-
"sentry-expo": "^1.7.0",
28+
"sentry-expo": "^1.9.0",
2929
"slugg": "^1.2.1",
3030
"string.fromcodepoint": "^0.2.1",
3131
"styled-components": "^3.3.0",
32-
"throttle-debounce": "^2.0.0"
32+
"throttle-debounce": "^2.0.0",
33+
"whatwg-fetch": "^2.0.4"
3334
},
3435
"devDependencies": {
3536
"cross-env": "^5.1.1",
3637
"detox": "^6.0.0",
3738
"detox-expo-helpers": "^0.2.0",
3839
"exp": "^52.0.0",
3940
"jest": "^22.0.3",
40-
"jest-expo": "^26.0.0",
41+
"jest-expo": "^28.0.0",
4142
"react-test-renderer": "^16.2.0"
4243
},
4344
"scripts": {

0 commit comments

Comments
 (0)