Skip to content

Commit

Permalink
Added BatchedBridge
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Peal committed Jun 27, 2017
1 parent 8a5a8d1 commit 0a8f6ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ target 'AirMapsExplorer' do
'RCTSettings',
'RCTText',
'RCTVibration',
'RCTWebSocket'
'RCTWebSocket',
'BatchedBridge'
]

pod 'GoogleMaps' # <~~ remove this line if you do not want to support GoogleMaps on iOS
Expand Down
9 changes: 8 additions & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@ PODS:
- React
- react-native-maps (0.15.2):
- React
- React/BatchedBridge (0.45.1):
- React/Core
- React/cxxreact_legacy
- React/Core (0.45.1):
- Yoga (= 0.45.1.React)
- React/cxxreact_legacy (0.45.1):
- React/jschelpers_legacy
- React/jschelpers_legacy (0.45.1)
- React/RCTActionSheet (0.45.1):
- React/Core
- React/RCTAnimation (0.45.1):
Expand Down Expand Up @@ -40,6 +46,7 @@ DEPENDENCIES:
- GoogleMaps
- react-native-google-maps (from `../../`)
- react-native-maps (from `../../`)
- React/BatchedBridge (from `../../node_modules/react-native`)
- React/Core (from `../../node_modules/react-native`)
- React/RCTActionSheet (from `../../node_modules/react-native`)
- React/RCTAnimation (from `../../node_modules/react-native`)
Expand Down Expand Up @@ -70,6 +77,6 @@ SPEC CHECKSUMS:
react-native-maps: fe2e4680b4d3fcfd84d636ccedd470fe358d55e1
Yoga: 89c8738d42a0b46a113acb4e574336d61cba2985

PODFILE CHECKSUM: 222d08e48f834b6a3de650b72786105af7a9d331
PODFILE CHECKSUM: 8b3eb68ef6553bf1fcb8a467e0e63000b37ec692

COCOAPODS: 1.2.0

0 comments on commit 0a8f6ce

Please sign in to comment.