We recently updated to Expo SDK 40 and now have run into a issue with “React Native: Animated Node with tag 1 does not exist”.
This is only an error on Android that is occurring.
We’ve changed all instances of useNativeDriver to false.
We’ve also tried commenting out all instances of Animated in our code and the error still persists.
Any ideas on what is going on here?