react-native-gesture-handler icon indicating copy to clipboard operation
react-native-gesture-handler copied to clipboard

Use non-deprecated `Handler` constructor

Open j-piasecki opened this issue 1 year ago • 0 comments

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

j-piasecki avatar Aug 09 '22 14:08 j-piasecki