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

Commit

Permalink
Merge pull request #3385 from withspectrum/2.4.11
Browse files Browse the repository at this point in the history
2.4.11
  • Loading branch information
brianlovin authored Jun 25, 2018
2 parents 8054f56 + 1849f17 commit 495bc6a
Show file tree
Hide file tree
Showing 13 changed files with 674 additions and 446 deletions.
1 change: 1 addition & 0 deletions config-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ module.exports = function override(config, env) {
caches: process.env.NODE_ENV === 'development' ? {} : 'all',
externals,
autoUpdate: true,
rewrites: arg => arg,
ServiceWorker: {
entry: './public/push-sw.js',
events: true,
Expand Down
7 changes: 0 additions & 7 deletions mobile/.expo/settings.json

This file was deleted.

3 changes: 2 additions & 1 deletion mobile/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Ignore Expo client that is downloaded locally
.expo/Exponent.app/**
.expo/packager-info.json
.expo/packager-info.json
.expo/settings.json
4 changes: 2 additions & 2 deletions mobile/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Simple, powerful online communities.",
"githubUrl": "https://github.com/withspectrum/spectrum",
"privacy": "unlisted",
"sdkVersion": "26.0.0",
"sdkVersion": "28.0.0",
"platforms": [
"ios",
"android"
Expand Down Expand Up @@ -40,4 +40,4 @@
]
}
}
}
}
15 changes: 8 additions & 7 deletions mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,35 +9,36 @@
"apollo-link-error": "^1.0.9",
"apollo-link-http": "^1.5.4",
"apollo-link-retry": "^2.2.3",
"expo": "^26.0.0",
"expo": "^28.0.0",
"graphql": "^0.11.0",
"graphql-tag": "^2.6.1",
"metro-bundler": "^0.22.1",
"react": "16.3.0-alpha.1",
"react": "16.3.1",
"react-apollo": "2.x",
"react-native": "https://github.com/expo/react-native/archive/sdk-26.0.0.tar.gz",
"react-native": "https://github.com/expo/react-native/archive/sdk-28.0.0.tar.gz",
"react-native-gesture-handler": "^1.0.1",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-picker-select": "^3.1.1",
"react-native-tab-view": "^0.0.78",
"react-native-typography": "^1.2.1",
"react-navigation": "^2.2.4",
"react-navigation": "^2.3.1",
"react-navigation-props-mapper": "^0.1.3",
"recompose": "^0.26.0",
"redraft": "^0.10.0",
"sentry-expo": "^1.7.0",
"sentry-expo": "^1.9.0",
"slugg": "^1.2.1",
"string.fromcodepoint": "^0.2.1",
"styled-components": "^3.3.0",
"throttle-debounce": "^2.0.0"
"throttle-debounce": "^2.0.0",
"whatwg-fetch": "^2.0.4"
},
"devDependencies": {
"cross-env": "^5.1.1",
"detox": "^6.0.0",
"detox-expo-helpers": "^0.2.0",
"exp": "^52.0.0",
"jest": "^22.0.3",
"jest-expo": "^26.0.0",
"jest-expo": "^28.0.0",
"react-test-renderer": "^16.2.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit 495bc6a

Please sign in to comment.