React Native Map Configuration for IOS: A Step-by-Step Guide

Поделиться
HTML-код
  • Опубликовано: 31 янв 2025

Комментарии • 15

  • @hendoitechnologies
    @hendoitechnologies 17 дней назад

    post React Native CLI full course latest version 2025 not expo course..please

  • @__AndresGarcia
    @__AndresGarcia Год назад

    You saved me !!!!

  • @zergetrh5705
    @zergetrh5705 Год назад

    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

  • @minhhueblack
    @minhhueblack 11 месяцев назад

    thank you

  • @novizarhadisaputra9993
    @novizarhadisaputra9993 Год назад

    I got error: 'AIRMapCoordinate.h' file not found, how to solve this ?

    • @hybridcode3428
      @hybridcode3428  Год назад

      This could be because of pod not configured correctly

    • @hybridcode3428
      @hybridcode3428  Год назад

      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

  • @poojapatidar-d9n
    @poojapatidar-d9n Год назад

    i open map but app crash only ios map zooming 2 3 time

  • @coolanujkumar5
    @coolanujkumar5 9 месяцев назад

    not working

  • @kazeemkazeem3204
    @kazeemkazeem3204 Год назад

    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

    • @hybridcode3428
      @hybridcode3428  Год назад

      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.