I’ve seen similar issues, but nothing have helped.
I’m receiving this error while debugging in chrome:
Warning: Native component for "AIRMapMarker" does not exist
Warning: Native component for "AIRMapPolyline" does not exist
Warning: Native component for "AIRMapPolygon" does not exist
Warning: Native component for "AIRMapCircle" does not exist
Warning: Native component for "AIRMapCallout" does not exist
Warning: Native component for "AIRMap" does not exist
Both ios and android have blank screen.
May it be because i’m using react-native 0.15?
I’ve checked out release notes and didn’t found significant updates, which may make impossible to use this package without updating react-native
Got the same error on react-native 0.35 and react-native-maps 0.11.0. Reinstall in manually way didn’t help. Then I clicked xcode->product->clean and shutdown all terminals and simulator. react-native run-ios again. It worked!