react-native-gesture-handler
react-native-gesture-handler copied to clipboard
Use non-deprecated `Handler` constructor
Description
Closes https://github.com/software-mansion/react-native-gesture-handler/issues/2161
Handler()
constructor has been deprecated. This PR changes all the constructors to Handler(looper: Looper)
.
Test plan
Build the example app