Official Android distribution

The official home for React Native binaries.

Prebuilt artifacts for com.facebook.react on Android — published here on every release and resolved straight from your build.

With gratitude

Since React Native first published its prebuilt Android binaries to Maven Central, Sonatype and Maven Central have generously provided reliable hosting and support. Thank you.

01 — Packages

Available right now.

Latest package versions are listed here.

com.facebook.react / react-native-artifacts
0.87.0-rc.0
com.facebook.react:react-native-artifacts:0.87.0-rc.0
0 downloads · metadata.xml ↗
com.facebook.react / react-android
0.87.0-rc.0
com.facebook.react:react-android:0.87.0-rc.0
3 downloads · metadata.xml ↗
com.facebook.react / hermes-android
0.82.1
com.facebook.react:hermes-android:0.82.1
0 downloads · metadata.xml ↗
More on the way

This is the React Native release pipeline. New packages and patch versions appear here as soon as each upstream tag goes out.

02 — Migration & advanced setup

Upgrading, or running a custom build?

New projects from the React Native template resolve this host automatically — you don’t need to touch anything. Choose the lane below depending on whether a person or an automation system is making the change.

Recommended for people updating a project by hand.

Android · Gradle
settings.gradle.kts
dependencyResolutionManagement {
  repositories {
    maven {
      url = uri("https://maven-mirror.sethwebster.com/releases")
      content { includeGroup("com.facebook.react") }
    }
    // keep your existing standard repositories below
  }
}

Replace any older com.facebook.react repository entry with the block above, then sync Gradle. Keep your normal repositories below it for the rest of the Android dependency graph.

iOS · CocoaPods
prebuilt artifact URLs
https://maven-mirror.sethwebster.com/ios/{version}/{name}.tar.gz

# Example
https://maven-mirror.sethwebster.com/ios/0.86.0-rc.0/hermes-ios-release.tar.gz

Reserve this URL pattern for future iOS artifact wiring and release verification planning. The current live distribution surface is Android-first.

03 — Status

Live numbers.

Counters update live.

3
Downloads served (lifetime)
6
Available packages
R2
Binary storage backend
DO
Download counter backend
04 — About

How this distribution works.

This is where the React Native release pipeline publishes its Android binaries. Every supported release lands here first, and stays.

A

Scoped to com.facebook.react.

The host serves React Native–owned packages and nothing else. For new projects, this is automatic. To update an existing project, see the migration guide.

B

AARs, JARs, POMs, checksums.

Every release ships complete with the standard Maven artifacts and checksums. Gradle verification works out of the box — nothing custom in your build.

C

Releases are permanent.

Once a coordinate is published here, it stays published. Retention is owned by the React Native team — versions don't get yanked out from under your build.

D

This is the publish target.

Releases land here directly from the React Native CI pipeline. There's no upstream, no cache to invalidate, and no redirect chain — the URL in your settings file is the canonical address.