Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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();
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #This #required #option #explicitly #set
ADD COMMENT
Topic
Name
1+6 =