Skip to content

Commit

Permalink
[android] 🤏 Update react-native-gesture-handler to 1.6.0 (expo#7121)
Browse files Browse the repository at this point in the history
# Why

Part of expo#7006 

# How

- Used `et update-vendored-module` to update `react-native-gesture-handler`.
- Updated versions in some apps.
- Tried to run it on Android... and it turned out there is a new `RNGHModalUtils` file scoped under `com.facebook.react` package so I've copied this file manually to appropriate directory in `expoview`.
- Added a warning saying that `com.facebook.react` needs to be manually updated, we already do the same in `react-native-reanimated`.
- Added changelog entry.

# Test Plan

Tested examples in `native-component-list`.
  • Loading branch information
tsapeta committed Feb 20, 2020
1 parent 582d177 commit b111776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"react-native": "0.61.4",
"react-native-appearance": "~0.2.1",
"react-native-fade-in-image": "^1.5.0",
"react-native-gesture-handler": "~1.5.1",
"react-native-gesture-handler": "~1.6.0",
"react-native-infinite-scroll-view": "^0.4.5",
"react-native-maps": "0.26.1",
"react-navigation": "4.1.0-alpha.1",
Expand Down

0 comments on commit b111776

Please sign in to comment.