Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

@exodus/rive-android-runtime

Package Overview
Dependencies
Maintainers
109
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/rive-android-runtime

Exodus hardened rive-android runtime packaged for npm

npmnpm
Version
10.4.2-exodus.6
Version published
Maintainers
109
Created
Source

@exodus/rive-android-runtime

This package bundles the hardened rive-android Kotlin runtime (.aar) for use via npm.
It lives inside the rive-android fork and replaces the upstream Maven artifact (app.rive:rive-android) when used in @exodus/rive-react-native.

📦 Installation

yarn add @exodus/rive-android-runtime

android/settings.gradle

include ':rive-android-runtime'
project(':rive-android-runtime').projectDir = new File(rootProject.projectDir, '../node_modules/@exodus/rive-android-runtime/android')

android/app/build.gradle

dependencies {
    implementation project(':rive-android-runtime')
}

FAQs

Package last updated on 18 Sep 2025

Did you know?

Socket

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.

Install

Related posts