React Native

Install the Apphud React Native SDK via npm (@apphud/react-native-apphud-sdk). Requires iOS 14+ and Android minSdk 24.

Installation

React Native Apphud SDK can be installed via npm:

$ npm install @apphud/react-native-apphud-sdk
📘

Note

In case you have issues with pod dependencies add use_modular_headers! to Podfile.

For iOS, install CocoaPods after adding the package: cd ios && pod install --repo-update.

📘

Requirements

Requires iOS 14+ and Android minSdk 24.

Usage

import ApphudSdk from "@apphud/react-native-apphud-sdk"
👍

App Release Checklist

To minimize the risk of mistakes during setup and avoid the need for app resubmission, please read the App Release Checklist carefully.


What’s Next

Learn how to initialize SDK and manage purchases

Did this page help you?