Installation
Prerequisites
Section titled “Prerequisites”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
Package Installation
Section titled “Package Installation”Using Yarn
Section titled “Using Yarn”yarn add @d11/ascend-react-native@latest // coreyarn add @d11/ascend-experiments-react-native@latest // experiments pluginUsing NPM
Section titled “Using NPM”npm install @d11/ascend-react-native@latest // corenpm install @d11/ascend-experiments-react-native@latest // experiments pluginPlatform Setup
Section titled “Platform Setup”iOS Setup
Section titled “iOS Setup”No additional setup required for iOS. The SDK will work out of the box.
Android Setup
Section titled “Android Setup”No additional setup required for Android. The SDK will work out of the box.
TypeScript Support
Section titled “TypeScript Support”The SDK includes full TypeScript definitions. If you’re using TypeScript, you’ll get full type safety and IntelliSense support.