Upgrade react-native-maps to 0.23.0 (#3389)
# Why
Fixes https://github.com/expo/expo/issues/3384.
# How
In https://github.com/expo/react-native-maps:
- `git pull community master --rebase`
Upgrade react-native-maps to 0.23.0 (#3389)
# Why
Fixes https://github.com/expo/expo/issues/3384.
# How
In https://github.com/expo/react-native-maps:
- `git pull community master --rebase`
- `git push --force`
- `git tag -a v0.23.0-exp.0`
- `git push --tags`
In `tools`:
- `gulp update-react-native-maps --ios`
- `gulp update-react-native-maps --android`
In `packages/expo/package.json`:
- upgraded `react-native-maps` dependency to `v0.23.0-exp.0`
# Test Plan
Map screen in NCL works ok.
show more ...
|