Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

[WIP] Update React Native to 0.57.4 #1210

Closed
wants to merge 24 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
7aa00ad
Update the React Native version, and get types up to date
orta Oct 30, 2018
c732afa
Update native deps
orta Oct 31, 2018
535d359
React Native upgrade for rutime behavior
orta Oct 31, 2018
7c4cb28
WIP on React NAtive upgrade for jest tests
orta Nov 2, 2018
b9511bc
Resolve a version of fsevents that doesn't crash on node 10
orta Nov 13, 2018
1703442
Gets some of the tests to compile
orta Nov 13, 2018
aeffc47
Dep updates
orta Nov 15, 2018
9dbd415
Try updating to RN 0.58
orta Dec 10, 2018
7c3a201
Downgrade rn to 57
zephraph Dec 12, 2018
1894ce5
Update snapshots
zephraph Dec 12, 2018
205b466
Fix react-tracking mock failing
zephraph Dec 12, 2018
712068b
Clean up comments
zephraph Dec 12, 2018
21f30bd
[babel] Strip Flow type annotations before any other transforms.
alloy Feb 21, 2019
8a5046b
[test] Update snapshots with new default values.
alloy Feb 21, 2019
6a35072
[test] Fail on error/warn logs with helpful message.
alloy Feb 21, 2019
a4f82bf
[package] Pin exact RN/React/ReactDOM/Enzyme deps
alloy Feb 21, 2019
8b26f80
[test] Ignore ReactDOM warnings that don’t apply to RN.
alloy Feb 21, 2019
42d1a3a
[test] Fix tests that were logging.
alloy Feb 21, 2019
373c444
[test] A few more snapshot updates after dep updates.
alloy Feb 21, 2019
fac389a
[MockRelayRenderer] Properly name test
alloy Feb 21, 2019
f173ff1
[test] Fix test that was bleeding failing async code into other tests
alloy Feb 21, 2019
666a9eb
[styled-components] Remove usage of deprecated API.
alloy Feb 21, 2019
c0c1b0e
[ci] Make fsevents optional
orta Mar 21, 2019
c179cfd
[tsc] Makes types green
orta Mar 21, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update native deps
  • Loading branch information
orta committed Oct 31, 2018
commit c732afa50da78a34b0f19262b448c6dbb83eff71
3 changes: 3 additions & 0 deletions Example/Emission.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -647,9 +647,12 @@
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-Emission/Pods-Emission-frameworks.sh",
"${PODS_ROOT}/../../node_modules/@mapbox/react-native-mapbox-gl/ios/Mapbox.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Mapbox.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down
86 changes: 43 additions & 43 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@ PODS:
- "Artsy+UIFonts"
- "UIView+BooleanAnimations"
- boost-for-react-native (1.63.0)
- DoubleConversion (1.1.5)
- DoubleConversion (1.1.6)
- Emission (1.7.2):
- "Artsy+UIColors"
- "Artsy+UIFonts (>= 3.0.0)"
- DoubleConversion (= 1.1.5)
- DoubleConversion (= 1.1.6)
- Extraction (>= 1.2.1)
- Folly (= 2016.09.26.00)
- glog (= 0.3.4)
- React/Core (= 0.54.4)
- React/CxxBridge (= 0.54.4)
- React/RCTAnimation (= 0.54.4)
- React/RCTCameraRoll (= 0.54.4)
- React/RCTImage (= 0.54.4)
- React/RCTLinkingIOS (= 0.54.4)
- React/RCTNetwork (= 0.54.4)
- React/RCTText (= 0.54.4)
- Folly (= 2016.10.31.00)
- glog (= 0.3.5)
- React/Core (= 0.57.4)
- React/CxxBridge (= 0.57.4)
- React/RCTAnimation (= 0.57.4)
- React/RCTCameraRoll (= 0.57.4)
- React/RCTImage (= 0.57.4)
- React/RCTLinkingIOS (= 0.57.4)
- React/RCTNetwork (= 0.57.4)
- React/RCTText (= 0.57.4)
- SDWebImage (< 4, >= 3.7.2)
- SentryReactNative (= 0.30.3)
- yoga (= 0.54.4.React)
- yoga (= 0.57.4.React)
- Extraction (1.2.4):
- Extraction/ARAnimationContinuation (= 1.2.4)
- Extraction/ARLoadFailureView (= 1.2.4)
Expand All @@ -53,11 +53,11 @@ PODS:
- "Extraction/UIView+ARSpinner (1.2.4)":
- Extraction/ARAnimationContinuation
- FLKAutoLayout (1.0.0)
- Folly (2016.09.26.00):
- Folly (2016.10.31.00):
- boost-for-react-native
- DoubleConversion
- glog
- glog (0.3.4)
- glog (0.3.5)
- ISO8601DateFormatter (0.8)
- Keys (1.0.1)
- KSCrash/Core (1.15.16):
Expand All @@ -73,47 +73,47 @@ PODS:
- "NSURL+QueryDictionary (1.2.0)"
- ORStackView (2.0.3):
- FLKAutoLayout
- React (0.54.4):
- React/Core (= 0.54.4)
- React (0.57.4):
- React/Core (= 0.57.4)
- react-native-mapbox-gl (6.1.3):
- React
- React/Core (0.54.4):
- yoga (= 0.54.4.React)
- React/CxxBridge (0.54.4):
- Folly (= 2016.09.26.00)
- React/Core (0.57.4):
- yoga (= 0.57.4.React)
- React/CxxBridge (0.57.4):
- Folly (= 2016.10.31.00)
- React/Core
- React/cxxreact
- React/cxxreact (0.54.4):
- React/cxxreact (0.57.4):
- boost-for-react-native (= 1.63.0)
- Folly (= 2016.09.26.00)
- Folly (= 2016.10.31.00)
- React/jschelpers
- React/jsinspector
- React/DevSupport (0.54.4):
- React/DevSupport (0.57.4):
- React/Core
- React/RCTWebSocket
- React/fishhook (0.54.4)
- React/jschelpers (0.54.4):
- Folly (= 2016.09.26.00)
- React/fishhook (0.57.4)
- React/jschelpers (0.57.4):
- Folly (= 2016.10.31.00)
- React/PrivateDatabase
- React/jsinspector (0.54.4)
- React/PrivateDatabase (0.54.4)
- React/RCTAnimation (0.54.4):
- React/jsinspector (0.57.4)
- React/PrivateDatabase (0.57.4)
- React/RCTAnimation (0.57.4):
- React/Core
- React/RCTBlob (0.54.4):
- React/RCTBlob (0.57.4):
- React/Core
- React/RCTCameraRoll (0.54.4):
- React/RCTCameraRoll (0.57.4):
- React/Core
- React/RCTImage
- React/RCTImage (0.54.4):
- React/RCTImage (0.57.4):
- React/Core
- React/RCTNetwork
- React/RCTLinkingIOS (0.54.4):
- React/RCTLinkingIOS (0.57.4):
- React/Core
- React/RCTNetwork (0.54.4):
- React/RCTNetwork (0.57.4):
- React/Core
- React/RCTText (0.54.4):
- React/RCTText (0.57.4):
- React/Core
- React/RCTWebSocket (0.54.4):
- React/RCTWebSocket (0.57.4):
- React/Core
- React/fishhook
- React/RCTBlob
Expand All @@ -136,7 +136,7 @@ PODS:
- React
- Stripe (~> 11.2.0)
- "UIView+BooleanAnimations (1.0.2)"
- yoga (0.54.4.React)
- yoga (0.57.4.React)

DEPENDENCIES:
- ARGenericTableViewController
Expand Down Expand Up @@ -217,18 +217,18 @@ SPEC CHECKSUMS:
"Artsy+UIFonts": d29579aa105e3709032651fb3145d24f8339e905
Artsy-UIButtons: 3c396f0fad352a7b0332100e0ffcb0ca577e0082
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
DoubleConversion: ebb6747c5b66026ad4f97b789c3ceac6f18e57a6
DoubleConversion: bb338842f62ab1d708ceb63ec3d999f0f3d98ecd
Emission: f76136f6eaab1ba0f7c692b17727dbcceebfa856
Extraction: 642a73b8ccc7806e9a7daf95ebb4c14c374829f1
FLKAutoLayout: 106b14dbae09d32c6730190f4e78a959759ba4a4
Folly: 211775e49d8da0ca658aebc8eab89d642935755c
glog: 1de0bb937dccdc981596d3b5825ebfb765017ded
Folly: c89ac2d5c6ab169cd7397ef27485c44f35f742c7
glog: e8acf0ebbf99759d3ff18c86c292a5898282dcde
ISO8601DateFormatter: 4551b6ce4f83185425f583b0b3feb3c7b59b942c
Keys: 7e91fe066d4f94790fd35b5a9fc63e441cd3b6d2
KSCrash: e4cda5c8612c5f9478defcf43418f24870d313f4
"NSURL+QueryDictionary": bae616404e2adf6409d3d5c02a093cbf44c8a236
ORStackView: b9507271cb41fb9e0b3eecc6414d831201e7cf7c
React: c237e42de9c70e5cac6eeb52b4cfd3a0910c1f00
React: 1fe0eb13d90b625d94c3b117c274dcfd2e760e11
react-native-mapbox-gl: b42480060cdcc515dfa3d8e403fb4dd32466a1b9
SAMKeychain: 1fc9ae02f576365395758b12888c84704eebc423
SDWebImage: 098e97e6176540799c27e804c96653ee0833d13c
Expand All @@ -237,7 +237,7 @@ SPEC CHECKSUMS:
Stripe: 898f83a95d72180c6eb4acd65b2ae6158fc6a8bd
tipsi-stripe: 25a3f6ba746e9a27f7b21e928c9974d016efcd77
"UIView+BooleanAnimations": a760be9a066036e55f298b7b7350a6cb14cfcd97
yoga: 55da126afc384965b96bff46652464373b330add
yoga: b1ce48b6cf950b98deae82838f5173ea7cf89e85

PODFILE CHECKSUM: 158aeb77c5785a2d9a2b236d52851cd5644914e0

Expand Down