react-native-maps: Native component for "AIRMap" does not exist
Is a fix for this problem Native component for "AIRMap" does not exist available?
I installed react-native-maps manually like the instructions but this is still now working and I’m getting only a red box…
“react-native”: “0.49.5” “react-native-maps”: “^0.17.1”,
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Reactions: 9
- Comments: 15 (1 by maintainers)
react-native unlink react-native-maps && react-native link react-native-maps && react-native run-ios
me too having same issue. pls guide.
@jiteshwadia try a
pod updateThank you @maxlxq but I have still the same problem…
Helped me tremendously - thanks
@rborn , It Worked. Thanks !!
I recently made a fresh example build with pods and GoogleMaps with no issues. https://github.com/alvelig/react-native-maps-pods-example. Try to check it out or build through the README.MD. If it does not help, let me know.