| #
f5d1ab48 |
| 07-Oct-2022 |
aleqsio <[email protected]> |
Update `react-native-maps` to 1.3.2 (#19414)
Co-authored-by: Tomasz Sapeta <[email protected]>
|
| #
aa86a528 |
| 21-Jun-2021 |
Cedric van Putten <[email protected]> |
[maps] Upgrade react-native-maps to 0.28.0 (#13192)
|
| #
fcd6227d |
| 26-May-2020 |
Eric Samelson <[email protected]> |
Update react-native-maps to 0.27.1 (#8495)
|
| #
000da56b |
| 06-Nov-2019 |
Stanisław Chmiela <[email protected]> |
Upgrade vendored modules (#6176)
# Why
As per the output of `gulp outdated-vendored-modules`:
Outdated native modules:
- DISMISS @expo/vector-icons: 10.0.0 bundled, latest on NPM is 10.0.6
-
Upgrade vendored modules (#6176)
# Why
As per the output of `gulp outdated-vendored-modules`:
Outdated native modules:
- DISMISS @expo/vector-icons: 10.0.0 bundled, latest on NPM is 10.0.6
- DONE @react-native-community/netinfo: 3.2.1 bundled, latest on NPM is 5.0.0-rc.1
- SWIFT-BLOCKED lottie-react-native: 2.6.1 bundled, latest on NPM is 3.2.1
- DONE react-native-branch: 3.1.1 bundled, latest on NPM is 4.2.1
- #6127 react-native-gesture-handler: 1.4.1 bundled, latest on NPM is 1.5.0
- DONE react-native-maps: 0.25.0 bundled, latest on NPM is 0.26.1
- DONE react-native-reanimated: 1.3.0 bundled, latest on NPM is 1.4.0
- WAIT-FOR-STABLE react-native-screens: 1.0.0-alpha.23 bundled, latest on NPM is 2.0.0-alpha.7
- DONE react-native-svg: 9.9.5 bundled, latest on NPM is 9.13.3
- DONE react-native-view-shot: 2.6.0 bundled, latest on NPM is 3.0.2
- DONE react-native-webview: 7.0.5 bundled, latest on NPM is 7.4.3
- #6162 react-native-appearance: 0.1.0 bundled, latest on NPM is 0.2.0-rc.0
- DONE react-native-safe-area-context: 0.5.0 bundled, latest on NPM is 0.6.0
BTW fixes https://github.com/expo/expo/issues/6165.
# How
Upgraded each module with an `expotools` command, checking after each one that the NCL tests pass.
# Test Plan
Manual NCL tests were ok.
show more ...
|
| #
46f48f69 |
| 10-May-2019 |
Stanisław Chmiela <[email protected]> |
[expo] Upgrade react-native-maps to 0.24.2 (#4158)
* [ios] Upgrade react-native-maps to 0.24.2
* [android] Update react-native-maps to 0.24.2
* [expo] Update react-natie-maps dependency to 0.2
[expo] Upgrade react-native-maps to 0.24.2 (#4158)
* [ios] Upgrade react-native-maps to 0.24.2
* [android] Update react-native-maps to 0.24.2
* [expo] Update react-natie-maps dependency to 0.24.2
* [changelog] Update changelog entry
* fix merge
* [ios] Add HAVE_GOOGLE_MAPS definition
* [ios] Update react-native-maps
* Update CHANGELOG.md
Co-Authored-By: Tomasz Sapeta <[email protected]>
* Update CHANGELOG.md
show more ...
|
| #
45a3e51c |
| 01-Feb-2019 |
Stanisław Chmiela <[email protected]> |
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 ...
|
| #
33946b9a |
| 25-Oct-2018 |
Tomasz Sapeta <[email protected]> |
[ios][android] update react-native-maps (#2496)
* [ios][android] update react-native-maps
* [ios] remove HAVE_GOOGLE_MAPS flag from our fork
* [ncl] enable animateToViewingAngle on Google Maps
[ios][android] update react-native-maps (#2496)
* [ios][android] update react-native-maps
* [ios] remove HAVE_GOOGLE_MAPS flag from our fork
* [ncl] enable animateToViewingAngle on Google Maps
* [sdk] use react-native-maps from our fork: v0.22.0-exp.0
show more ...
|
| #
5df08035 |
| 30-Apr-2018 |
Eric Samelson <[email protected]> |
update google maps on iOS (#2426)
* [ios] finish updating rn-maps to 0.21.0
* [tools] make update-react-native-maps update iOS google maps as well
* [ios] DummyView -> AIRDummyView
* [ios] versio
update google maps on iOS (#2426)
* [ios] finish updating rn-maps to 0.21.0
* [tools] make update-react-native-maps update iOS google maps as well
* [ios] DummyView -> AIRDummyView
* [ios] versioned google maps update to sdk 27
fbshipit-source-id: 46b4e71
show more ...
|
| #
8c9a1f2b |
| 16-Mar-2018 |
James Ide <[email protected]> |
Update react-native-maps to 0.20.1
fbshipit-source-id: 78db850
|
| #
cde16245 |
| 29-Dec-2017 |
Ben Roth <[email protected]> |
Split Core and Optional ExpoKit sources
fbshipit-source-id: 65abb7c
|