Understand which animated properties can and cannot run on the native driver in React Native.
You set useNativeDriver: true on an Animated.timing that animates a component's width, but you get a runtime error. Why does the native driver reject animating width?