I am working on a React-Native App and wanted to use some cool animations using Rive. I worked before with Lottie, but this time I wanted to use Rive because of the State Machine features.
Imported everything okay, installed every module, but it keep telling me Warning: TypeError: Cannot read property 'bubblingEventTypes' of null.
Installed dependency: npm install rive-react-native
Downloaded the animation from Rive
Integrated it in the project
This was the resul
tenter image description here