| #
7e12ecef |
| 01-Jul-2022 |
Łukasz Kosmaty <[email protected]> |
[go][iOS][Android] Upgrade `react-native-maps` from `0.30.2` to `0.31.1` (#18052)
# Why
Closes ENG-5507.
# How
The folder structure of this module was changed, so I had to modify vendoring
[go][iOS][Android] Upgrade `react-native-maps` from `0.30.2` to `0.31.1` (#18052)
# Why
Closes ENG-5507.
# How
The folder structure of this module was changed, so I had to modify vendoring script.
Also, I have to bump the version of the `play-services-maps`
Run:
```
et uvm --module "react-native-maps" --commit "v0.31.1" --target "expo-go"
```
show more ...
|