Receiving a warning when I swipe my listitem. Animated: useNativeDriver was not specified. This is a required option and must be explicitly set to true or false. This occurs when you are using an animation and not setting the native driver to true or false. Can you please update?
For example:
Animated.timing(animationState, { toValue: 1, duration: 250, useNativeDriver: true }).start()