React Native useAnimatedGestureHandler onStart is not being called on Web ONLY
This was before I realized onStart() wasn't being called Using PanGestureHandler and attempting to "drag" an AnimatedView is not working on the web. There are no obvious bugs, the app builds just fine, no warnings in the console when inspecting.…