-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade React Native #638
Merged
Merged
Upgrade React Native #638
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
26d340a
Perform react-native upgrade and resolve changes
markholland 38e9739
Working on Android
markholland 3f8cdbe
Use latest Xcode in CI
markholland c77af7a
Merge branch 'master' into upgrade-rn
markholland 8592f6d
updates flow config
markholland 3b31861
updates snapshots and reduces number of flow errors
markholland 6d33413
upgrades Enzyme and snapshots
markholland 2bbc4b0
upgrades Detox
markholland 5997902
adds babel plugin to fix jest mocks
markholland 3aa2273
removes no cache flag on Jest
markholland fd54db2
adds flow fix me for now
markholland 2275a69
force legacy Xcode build system
markholland ee027b4
downgrades jest
markholland ab65942
Updates tests
markholland b37791e
deletes test case
markholland 5df52cf
Merge branch 'master' into upgrade-rn
markholland b4fbdf7
removes unused import
markholland e99af7b
Merge branch 'upgrade-rn' of github.com:redbadger/pride-london-app in…
markholland 63a4ede
Merge branch 'master' into upgrade-rn
markholland 8aeddcd
disable e2e
markholland baab3b3
revert no cache when running tests
markholland File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"presets": ["react-native"] | ||
"presets": ["module:metro-react-native-babel-preset"], | ||
"plugins": ["jest-hoist"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -146,7 +146,7 @@ store-artifacts-docker: &store-artifacts-docker | |
|
||
job-defaults-macos: &job-defaults-macos | ||
macos: | ||
xcode: "9.2.0" | ||
xcode: "10.1.0" | ||
shell: /bin/bash --login -o pipefail | ||
|
||
env-macos: &env-macos | ||
|
@@ -519,7 +519,7 @@ workflows: | |
node-android-ios: | ||
jobs: | ||
- build | ||
- e2e-ios | ||
# - e2e-ios | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. to be addressed separately in #643 |
||
- alpha-android: | ||
requires: | ||
- build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#Thu Jul 05 11:56:36 BST 2018 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2.1-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
facebook/react-native#20614 (comment)