History log of /expo/packages/expo-maps/ios/ExpoMaps.podspec (Results 1 – 2 of 2)
Revision Date Author Comments
# 4ab2fd68 29-May-2023 aleqsio <[email protected]>

Make expo go work on M1 simulator (#21249)

Co-authored-by: Expo Bot <[email protected]>


# ee0de234 14-Nov-2022 Łukasz Kosmaty <[email protected]>

[maps] Migrate code from the SWM repo (#19673)

# Why

Closes ENG-6626.
Migrates code from https://github.com/software-mansion-labs/expo-maps.

# How

- Copied library code into `packages/expo

[maps] Migrate code from the SWM repo (#19673)

# Why

Closes ENG-6626.
Migrates code from https://github.com/software-mansion-labs/expo-maps.

# How

- Copied library code into `packages/expo-maps`.
- Copied example code into `NCL`.
- Fixed problems discovered by the linter.
- Excluded google maps utils on iOS, because it didn't compile in our repo. I will investigate that in more detail later.
> Note:
To test google maps you have to add an API key to the manifest or infoplist.

# Test Plan

- bare-expo and NCL ✅

show more ...