Skip to content

Commit

Permalink
Merge pull request #1732 from michelalbers/master
Browse files Browse the repository at this point in the history
Workaround for "GoogleMapsBase not found" issue
  • Loading branch information
gpeal committed Nov 27, 2017
2 parents 7ea0ab9 + b7dc8e8 commit 35674c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react-native-google-maps.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Pod::Spec.new do |s|

s.source = { :git => "https://github.com/airbnb/react-native-maps.git" }
s.source_files = "lib/ios/AirGoogleMaps/**/*.{h,m}"
s.compiler_flags = '-fno-modules'

s.dependency 'React'
s.dependency 'GoogleMaps', '2.1.1'
Expand Down

0 comments on commit 35674c2

Please sign in to comment.