chehsing

Results 1 comments of chehsing

I resolved this issue by replacing the withTiming in `draggedAnimatedStyle` in `node_modules/react-native-ui-lib/src/components/sortableList/SortableListItem.js` ``` const draggedAnimatedStyle = useAnimatedStyle(() => { const roundedTranslation = Math.round(translation.value); const scale = withSpring(isDragging.value ? propsScale :...