History log of /expo/android/expoview/src/main/java/com/facebook/react/views/modal/RNGHModalUtils.java (Results 1 – 1 of 1)
Revision Date Author Comments
# a926bc14 20-Feb-2020 Tomasz Sapeta <[email protected]>

[android] �� Update react-native-gesture-handler to 1.6.0 (#7121)

# Why

Part of #7006

# How

- Used `et update-vendored-module` to update `react-native-gesture-handler`.
- Updated versions

[android] �� Update react-native-gesture-handler to 1.6.0 (#7121)

# Why

Part of #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`.

show more ...