# React Native SDK

Chargebee’s React Native SDK supports processing In-app purchase subscriptions and collecting payments.

React Native SDKs can sync In-app subscriptions to Chargebee.

Note:

If you are using the React native wrapper (opens new window) for performing web checkouts for physical goods, follow the set up for our 1.x SDK here (opens new window).

# Sync In-App Subscriptions

TIP

For SDK methods to work, ensure that prerequisites(Apple (opens new window) and Google (opens new window) ) are configured in Chargebee.

Sync In-app Subscriptions to Chargebee by integrating your app listed on Apple App Store (opens new window) or Google Play Store (opens new window). This integration with Chargebee will help to process In-app purchase subscriptions, track them on your Chargebee account, and create a single source of truth for subscriptions across the Web, Apple App Store, and Google Play Store. You can use Chargebee's React Native SDKs to process and import In-app subscriptions of the Apple App Store and Google Play Store on your Chargebee account. Use this if you are selling digital goods or services or are required to use Apple's and Google's In-app purchases as per their app review guidelines(Apple (opens new window) and Google (opens new window)).

# Example App