Vicky Ahuja

Results 5 comments of Vicky Ahuja

convert component to Animated component. ex. const ReanimatedDraggableFlatList = Animated.createAnimatedComponent(DraggableFlatList);

Try this fork https://github.com/vickyneosoft/react-native-draggable-flatlist?organization=vickyneosoft&organization=vickyneosoft **Use below method to animate your scroll** ``` const onScroll = useCallback((event) => { console.log('event : ', event); }, []) ``` And **NO NEED** to use...

A few days ago, I upgraded my React Native version from 0.73 to 0.78.1 and encountered the same issue. In my case, I discovered that some libraries were using ComponentName.propTypes.style....

in your VS code, search for `.propTypes.style` for whole project directory

Try to add below permission in your AndroidManifest.xml file (if not exists already*) ``