jeanregisser / react-native-slider

A pure JavaScript <Slider> component for react-native
MIT License
1.29k stars 572 forks source link

Animated: `useNativeDriver` was not specified. #187

Open julste opened 3 years ago

julste commented 3 years ago

Hi there,

how is it possible to set "useNativeDriver"?

Unfortunately I'm getting the error:

Animated: useNativeDriver was not specified. This is a required option and must be explicitly set to true or false

Thanks in advance.