React Native runtime for Rive.
Install the dependency
iOS - Pod Install
cd
inside the ios
folder and run pod install
(if deploying to iOS)ios
deployment version target to at least 14.0
. You can find this version in the Podfile
of the ios/
folder.Android - Set Kotlin Dependency Resolution
v1.8.0+
set up, you may run into duplicate class issues when building the project. To mitigate these issues, as suggested by Kotlin docs, add the following to your dependencies in your application’s build.gradle
file to deal with version alignment:Add the Rive component