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
Import the package into your .js file
import McaSDK from "@mycoverai/mca-react-native-sdk"
Proceed to call the Mycover.ai JSX component in your file
<McaSDK apiKey="<YOUR-MCA-API-KEY>" onComplete={} />
Last updated
Was this helpful?