I have tried wrapping rive with a view and adding the prop pointerEvents={"none"}
still no effect.
<TouchableOpacity onPress={()=> console.log("Hello")}>
<Rive ref={ref} {...riveProps} {...riveConfig} />
</TouchableOpacity>
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I have tried wrapping rive with a view and adding the prop pointerEvents={"none"}
still no effect.
<TouchableOpacity onPress={()=> console.log("Hello")}>
<Rive ref={ref} {...riveProps} {...riveConfig} />
</TouchableOpacity>