| #
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 ...
|
| #
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 ...
|