diff --git a/examples/testbed_native_ios/Podfile b/examples/testbed_native_ios/Podfile index b0e05b98b..07479f596 100644 --- a/examples/testbed_native_ios/Podfile +++ b/examples/testbed_native_ios/Podfile @@ -10,6 +10,7 @@ pod "React", RCTNetwork RCTWebSocket } +pod "Yoga", path: "node_modules/react-native/ReactCommon/yoga" pod "react-native-branch", path: "node_modules/react-native-branch" pod "Branch-SDK", path: "node_modules/react-native-branch/ios" diff --git a/examples/testbed_native_ios/Podfile.lock b/examples/testbed_native_ios/Podfile.lock index a7dec7179..f31ebc96a 100644 --- a/examples/testbed_native_ios/Podfile.lock +++ b/examples/testbed_native_ios/Podfile.lock @@ -4,26 +4,29 @@ PODS: - Branch-SDK/without-IDFA (= 0.14.12) - Branch-SDK/Core (0.14.12) - Branch-SDK/without-IDFA (0.14.12) - - react-native-branch (2.0.0-beta.2): + - React (0.42.3): + - React/Core (= 0.42.3) + - react-native-branch (2.0.0-beta.4): - Branch-SDK - - React/Core (0.41.2): + - React + - React/Core (0.42.3): - React/cxxreact - - React/yoga - - React/cxxreact (0.41.2): + - Yoga (= 0.42.3.React) + - React/cxxreact (0.42.3): - React/jschelpers - - React/jschelpers (0.41.2) - - React/RCTAnimation (0.41.2): + - React/jschelpers (0.42.3) + - React/RCTAnimation (0.42.3): - React/Core - - React/RCTImage (0.41.2): + - React/RCTImage (0.42.3): - React/Core - React/RCTNetwork - - React/RCTNetwork (0.41.2): + - React/RCTNetwork (0.42.3): - React/Core - - React/RCTText (0.41.2): + - React/RCTText (0.42.3): - React/Core - - React/RCTWebSocket (0.41.2): + - React/RCTWebSocket (0.42.3): - React/Core - - React/yoga (0.41.2) + - Yoga (0.42.3.React) DEPENDENCIES: - Branch-SDK (from `node_modules/react-native-branch/ios`) @@ -34,6 +37,7 @@ DEPENDENCIES: - React/RCTNetwork (from `node_modules/react-native`) - React/RCTText (from `node_modules/react-native`) - React/RCTWebSocket (from `node_modules/react-native`) + - Yoga (from `node_modules/react-native/ReactCommon/yoga`) EXTERNAL SOURCES: Branch-SDK: @@ -42,12 +46,15 @@ EXTERNAL SOURCES: :path: node_modules/react-native react-native-branch: :path: node_modules/react-native-branch + Yoga: + :path: node_modules/react-native/ReactCommon/yoga SPEC CHECKSUMS: Branch-SDK: 8a59b08daa0b283cd1bf0fd4842a521885e35ae6 - React: 2b10c07d947dea71c144a33764e9162ed81e3825 - react-native-branch: d5261b13e3fa54894e859f9edb0e7ce8d44d432c + React: 35e039680feacd0563677d49ba410112d2748559 + react-native-branch: 67cdd488b224814f94b40deb9741598ba169d845 + Yoga: 86ce777665c8259b94ef8dbea76b84634237f4ea -PODFILE CHECKSUM: c683f9b61b00ec036696417baace7fd3dec1831d +PODFILE CHECKSUM: add4645b825f22aaa2eb629899a1687f650a9588 COCOAPODS: 1.2.1 diff --git a/examples/testbed_native_ios/package.json b/examples/testbed_native_ios/package.json index db2747a51..91b0eb774 100644 --- a/examples/testbed_native_ios/package.json +++ b/examples/testbed_native_ios/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "react": "~15.4.0", - "react-native": "~0.41.2", + "react-native": "~0.42.3", "react-native-branch": "file:../.." }, "devDependencies": { diff --git a/examples/testbed_native_ios/yarn.lock b/examples/testbed_native_ios/yarn.lock index 2378d8973..8057580b8 100644 --- a/examples/testbed_native_ios/yarn.lock +++ b/examples/testbed_native_ios/yarn.lock @@ -2147,11 +2147,11 @@ react-deep-force-update@^1.0.0: resolved "https://registry.yarnpkg.com/react-deep-force-update/-/react-deep-force-update-1.0.1.tgz#f911b5be1d2a6fe387507dd6e9a767aa2924b4c7" "react-native-branch@file:../..": - version "2.0.0-beta.2" + version "2.0.0-beta.4" -react-native@~0.41.2: - version "0.41.2" - resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.41.2.tgz#c6f486b8450a9909e6fed2dfd2c2af946563bf4f" +react-native@~0.42.3: + version "0.42.3" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.42.3.tgz#450c8a03a5e3e991a08a426f22776dd8feb80b26" dependencies: absolute-path "^0.0.0" art "^0.10.0"