I have seen many posts stating that width and height etc are not supported animation properties. Yet i repeatedly see articles like this one, and working examples like this one... So I don't understand why I receive the 'Style property 'width' is not supported by native animated module' error.
I am trying to pass an AnimatedInterpolation value to a JSX function that returns an element that will increase in width with the value.
Is it because in these examples, they are specifying useNativeDriver: false, and if so, is it possible to do this on an Animated.View ??