Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Feature: Support for Google Map Config (mapId, liteMode) #4922

Merged

Commits on Dec 23, 2023

  1. GoogleMapConfig as initialProps for MapView

    - Android: LiteMode and mapID as InitProps
    - Android: remove unnecessary module for MapLite
    - Examples: LiteMode working with initialProps
    formatting: whitespace cleanup
    salah ghanim committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    35721b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. GoogleMapConfig as initialProps for MapView

    - iOS: code works to pass mapID to googleMaps
    - iOS: swizzling RCTComponentData to add support for initialProps
    - iOS: Any RCTViewManager will automatically have initialProps autofilled if property is available
    salah ghanim committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    ba9668e View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. GoogleMapConfig as initialProps for MapView

    - remove unused import from MapView
    salah ghanim committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    0f3cfe1 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    af793a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    881bd16 View commit details
    Browse the repository at this point in the history