Open
Description
It seems like any touchable components' onPress
under AnimatedScreen.Header is not working. Tried to use Animated.createAnimatedComponent
const AnimatedTouchable = Animated.createAnimatedComponent(TouchableOpacity);
...
<AnimatedScreen.Header>
<AnimatedTouchable onPress={onPress}>
...
</AnimatedScreen.Header>
and still got no result
Metadata
Metadata
Assignees
Labels
No labels