| #
27df1077 |
| 16-Jun-2023 |
aleqsio <[email protected]> |
Vendor react-native-maps to 1.7.1 (#22908)
|
| #
f5d1ab48 |
| 07-Oct-2022 |
aleqsio <[email protected]> |
Update `react-native-maps` to 1.3.2 (#19414)
Co-authored-by: Tomasz Sapeta <[email protected]>
|
| #
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 ...
|
| #
1f4939ce |
| 13-Apr-2022 |
Kudo Chien <[email protected]> |
Revert "Revert "Upgrade [email protected] ➡️ 0.30.1 (#16944)""
This reverts commit 4e8b99823f4fd6c785fa285fd612b6efd75d9231.
|
| #
4e8b9982 |
| 12-Apr-2022 |
Brent Vatne <[email protected]> |
Revert "Upgrade [email protected] ➡️ 0.30.1 (#16944)"
This reverts commit a89a708199879526909196d6f43900414a85fef5.
|
| #
a89a7081 |
| 12-Apr-2022 |
Cedric van Putten <[email protected]> |
Upgrade [email protected] ➡️ 0.30.1 (#16944)
Co-authored-by: Brent Vatne <[email protected]>
|
| #
17f53137 |
| 03-Dec-2021 |
Bartłomiej Bukowski <[email protected]> |
Upgrade `[email protected] ➡️ 0.29.4` (#15397)
|
| #
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 ...
|
| #
b726cfe9 |
| 16-Apr-2018 |
Eric Samelson <[email protected]> |
upgrade react-native-maps to 0.21.0
fbshipit-source-id: 373213d
|
| #
57db1352 |
| 11-Apr-2018 |
Ben Roth <[email protected]> |
Fix warnings in vendored Maps code
fbshipit-source-id: e854966
|
| #
8c9a1f2b |
| 16-Mar-2018 |
James Ide <[email protected]> |
Update react-native-maps to 0.20.1
fbshipit-source-id: 78db850
|
| #
38664a9e |
| 12-Jan-2018 |
Ben Roth <[email protected]> |
Update react-native-maps to 0.19.0 on iOS
fbshipit-source-id: e98b72b
|
| #
cde16245 |
| 29-Dec-2017 |
Ben Roth <[email protected]> |
Split Core and Optional ExpoKit sources
fbshipit-source-id: 65abb7c
|