Skip to content

Installation

Before integrating the Ascend React Native SDK, ensure your project meets the following requirements:

  • React Native: 0.60.0 or higher
  • Node.js: 14.0.0 or higher
  • TypeScript: 4.0.0 or higher (recommended)
  • iOS: iOS 11.0 or higher
  • Android: API Level 21 (Android 5.0) or higher

Terminal window
yarn add @d11/ascend-react-native@latest // core
yarn add @d11/ascend-experiments-react-native@latest // experiments plugin
Terminal window
npm install @d11/ascend-react-native@latest // core
npm install @d11/ascend-experiments-react-native@latest // experiments plugin

No additional setup required for iOS. The SDK will work out of the box.

No additional setup required for Android. The SDK will work out of the box.


The SDK includes full TypeScript definitions. If you’re using TypeScript, you’ll get full type safety and IntelliSense support.