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
- 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="MCAPUBK_ENV|your_public_key" onComplete={} />