erksch / react-native-wheely

An all JavaScript wheel picker for react-native without any native code.
413 stars 59 forks source link

fix: Generic type 'AnimatedAddition<OutputT>' expects 1 type parameter #52

Closed moon-xt closed 1 year ago

moon-xt commented 1 year ago

What version of RN are you using? This will properly not pass typecheck for the RN version specified in the dev dependencies (^0.67.3). I am not sure how to deal with these breaking changes in typing.

Sorry, are there any plans to add sample code?