File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,9 @@ react-native link
27271 . If you need ` GoogleMaps ` support also drag this folder into your project:
2828 - ` node_modules/react-native-maps/ios/AirGoogleMaps/ `
2929
30- ### Option 2: CocoaPods -- Untested Way
31- NOTE: If you actually get this to work, please open an issue to let us know.
32- This is now considered the ** old way** because it is untested and if it does work at all, it
33- will only work if you ** don't** have ` use_frameworks! ` in your ` Podfile `
30+ ### Option 2: CocoaPods
31+ This is now considered the ** old way** because it will only work if you ** don't** have
32+ ` use_frameworks! ` in your ` Podfile ` .
3433
3534To install using Cocoapods, simply insert the following line into your ` Podfile ` :
3635
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ Pod::Spec.new do |s|
1212 s . source_files = "ios/AirGoogleMaps/**/*.{h,m}"
1313
1414 s . dependency 'React'
15- s . dependency 'GoogleMaps' , '2.0 .1'
15+ s . dependency 'GoogleMaps' , '2.1 .1'
1616end
You can’t perform that action at this time.
0 commit comments