In my AppDelegate I do not have the "didFinishLaunchingWithOptions" function but a just a "didFinishLaunching" function EDIT: I was editing the wrong AppDelegate.m file, the one which is on macos folder not ios folder. Sorry
Please be sure you are using flipper not use_frameworks. You can also copy the header file from react-native-maps library and paste it inside ios/Pods/Headers/Publics/react-native-maps
Hi and thanks for this. I read your article on medium and the pod file setup appears to be different from what was done in this video ([RCTMGLMapViewManager provideAPIKey:@"YOUR_API_KEY_HERE"]; instead of [GMSServices provideAPIKey:@"YOUR_API_KEY_HERE"]). I'm unsure if this makes a difference. Also do you mind providing the repo link for comparison. Thanks
ReactNativeMaps/RCTMGLMapViewManager.h were used in a old versions of libraries. please use [GMSServices provideAPIKey:@"YOUR_API_KEY_HERE"] and follow the video. sooner i will create a git link for this project. Thanks and please subscribe.
post React Native CLI full course latest version 2025 not expo course..please
You saved me !!!!
I am glad to hear 😊
In my AppDelegate I do not have the "didFinishLaunchingWithOptions" function but a just a "didFinishLaunching" function
EDIT: I was editing the wrong AppDelegate.m file, the one which is on macos folder not ios folder. Sorry
Solved the issue??
thank you
I got error: 'AIRMapCoordinate.h' file not found, how to solve this ?
This could be because of pod not configured correctly
Please be sure you are using flipper not use_frameworks.
You can also copy the header file from react-native-maps library and paste it inside ios/Pods/Headers/Publics/react-native-maps
i open map but app crash only ios map zooming 2 3 time
Do you perfoming any task on zoom action?
not working
Hi and thanks for this. I read your article on medium and the pod file setup appears to be different from what was done in this video ([RCTMGLMapViewManager provideAPIKey:@"YOUR_API_KEY_HERE"]; instead of [GMSServices provideAPIKey:@"YOUR_API_KEY_HERE"]). I'm unsure if this makes a difference. Also do you mind providing the repo link for comparison. Thanks
ReactNativeMaps/RCTMGLMapViewManager.h were used in a old versions of libraries. please use [GMSServices provideAPIKey:@"YOUR_API_KEY_HERE"] and follow the video.
sooner i will create a git link for this project.
Thanks and please subscribe.