Animated: `useNativeDriver` was not specified. This is a required option and must be explicitly set to `true` or `false`
Animated.timing(this.state.animatedValue, {
toValue: 1,
duration: 500,
useNativeDriver: true, // Add this line
}).start();