Skip to main content

Installation

Prerequisites

  • React Native 0.60 or higher
  • Node.js 16 or higher

Installation

Install the SDK with npm:

npm install react-native-altibbi

Or with yarn:

yarn add react-native-altibbi

iOS Setup

After installing, run pod install in the iOS directory:

cd ios && pod install

Android Setup

No additional setup is required for Android. The SDK will be automatically linked.