File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,12 @@ target 'GoogleMapsPlusExample' do
2222 )
2323
2424 post_install do |installer |
25- react_native_post_install ( installer )
25+ react_native_post_install (
26+ installer ,
27+ config [ :reactNativePath ] ,
28+ :mac_catalyst_enabled => false ,
29+ # :ccache_enabled => true
30+ )
2631
2732 # Fix SVGKit imports required by react-native-google-maps-plus
2833 require_relative '../../scripts/svgkit_patch'
Original file line number Diff line number Diff line change @@ -3128,6 +3128,6 @@ SPEC CHECKSUMS:
31283128 SVGKit: 1ad7513f8c74d9652f94ed64ddecda1a23864dea
31293129 Yoga: 526f25666395d30c297d53154398ffd249eaf9e1
31303130
3131- PODFILE CHECKSUM: bde9d9439b4d771442847735a4dd61175dd74cfc
3131+ PODFILE CHECKSUM: b3422a6091d8b38584d08cf6f91095add3a722f7
31323132
31333133COCOAPODS: 1.15.2
You can’t perform that action at this time.
0 commit comments