Closed delicacy001 closed 2 weeks ago
(Google Translate): "The animation effect still exists after the shouldBounceOnMount property is set to false"
Hi @delicacy001, this is a simple workaround for your right now:
// shouldBounceOnMount={false} -- This is not working on 0.74+ React Native bounceFirstRowOnMount={false} // THIS IS THE WORKAROUND
See the update in the example app: https://github.com/esthor/react-native-swipeable-list/pull/84#issue-2488144256
Ok,Thank you!
(Google Translate): "The animation effect still exists after the shouldBounceOnMount property is set to false"
Hi @delicacy001, this is a simple workaround for your right now:
See the update in the example app: https://github.com/esthor/react-native-swipeable-list/pull/84#issue-2488144256