react-native-draglist/example/ios/example.xcodeproj
Philip Su 4defc7a929
fix: #53 - Active item animation rendering for RN 0.76.3 (#54)
Starting somewhere near RN 0.76.3, using `Animated.setValue()` on the actively dragged item no longer moves its position. I don't understand why, and looked a while on the internet. I suspect that things like `Animated.timing()` give you a chance to twiddle `useNativeDriver`, so using those calls might now be necessary.

Anyway, the fix was empirically derived. We now properly animate dragged objects again in the latest RN.

Had to upgrade the example project to RN 0.76.3 as part of this.
2024-11-29 16:28:58 -08:00
..
xcshareddata/xcschemes Initial example building 2022-12-15 16:58:23 -08:00
project.pbxproj fix: #53 - Active item animation rendering for RN 0.76.3 (#54) 2024-11-29 16:28:58 -08:00