Using static link React-native-map product GMUHeatmapTileLayer.h error. I am trying to create firebase and map app, to use firebase it need use_frameworks! :linkage => :static using that, map does not work and produce multiple errors.
I followed this issue stackoverflow question to solve airmaps problem. Now i have GMUHeatmapTile.h file not found error.
without using use_frameworks! :linkage => :static project will build successfylly.