To use Animated, you need a special, “animatable” component (either Animated.View
, Animated.Text
or Animated.Image
, which are built in, or make a new one using Animated.createAnimatedComponent()
). Could that be your problem?
To use Animated, you need a special, “animatable” component (either Animated.View
, Animated.Text
or Animated.Image
, which are built in, or make a new one using Animated.createAnimatedComponent()
). Could that be your problem?