Skip to content

Commit

Permalink
Updated testbed_native_ios to RN 0.42.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jdee committed May 10, 2017
1 parent ec5719a commit ba97585
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 19 deletions.
1 change: 1 addition & 0 deletions examples/testbed_native_ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
35 changes: 21 additions & 14 deletions examples/testbed_native_ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand All @@ -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:
Expand All @@ -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
2 changes: 1 addition & 1 deletion examples/testbed_native_ios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"react": "~15.4.0",
"react-native": "~0.41.2",
"react-native": "~0.42.3",
"react-native-branch": "file:../.."
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions examples/testbed_native_ios/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ba97585

Please sign in to comment.