
Security News
GitHub Actions Pricing Whiplash: Self-Hosted Actions Billing Change Postponed
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.
rive-react-native
Advanced tools
This package implements native binding for Rive Runtime for iOS and Android.
Expo CLI is not supported by this lib.
Further runtime documentation can be found in Rive's help center.
rive-react-native dependency using yarn or npmnpm install rive-react-native
or
yarn add rive-react-native
ios directory and runpod install
Add empty swift file in order to create Bridging-Header file if it doesn't exist. (optional)
add this dependency to your project inside android/app/build.gradle
dependencies {
implementation "androidx.startup:startup-runtime:1.0.0"
}
More info here.
Put .riv files inside your project:
raw directory on AndroidAssets directory on iOSimport Rive from 'rive-react-native';
const resourceName = 'truck_v7'; // file truck_v7.riv
function App() {
return <Rive resourceName={resourceName} />;
}
You can download the truck_v7.riv file from the example/ios/Assets folder. A more detailed guide about usage can be found here
Rive is a component that can render a native rive animation.
See the contributing guide to learn how to contribute to the repository and the development workflow.
FAQs
Rive React Native
The npm package rive-react-native receives a total of 10,962 weekly downloads. As such, rive-react-native popularity was classified as popular.
We found that rive-react-native demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.