Socket
Book a DemoInstallSign in
Socket

@exodus/rive-android-runtime

Package Overview
Dependencies
Maintainers
111
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

latest
npmnpm
Version
10.4.3
Version published
Maintainers
111
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 26 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