MyCover AI
Libraries and SDKs

React Native

Our React Native SDK powered by the mycover.ai platform, for buying and managing insurance policies.

Installation

Run the command below in your terminal

npm install --save @mycoverai/mca-react-native-sdk

Usage

  1. Import the package into your .js file
import McaSDK from "@mycoverai/mca-react-native-sdk"
  1. Proceed to call the Mycover.ai JSX component in your file
 <McaSDK apiKey="<YOUR-MCA-API-KEY>" onComplete={} />