@mycoverai/mca-react-native-sdk

0.0.63 • Public • Published

MCA React Native SDK

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

Installation

npm install --save @mycoverai/mca-react-native-sdk
npm install --dev react-native-svg-transformer

Create or Update metro.config.js & paste the following

const {getDefaultConfig, mergeConfig} = require('@react-native/metro-config');

const defaultConfig = getDefaultConfig(__dirname);
const {assetExts, sourceExts} = defaultConfig.resolver;

const config = {
  transformer: {
    babelTransformerPath: require.resolve('react-native-svg-transformer'),
  },
  resolver: {
    assetExts: assetExts.filter(ext => ext !== 'svg'),
    sourceExts: [...sourceExts, 'svg'],
  },
};

module.exports = mergeConfig(defaultConfig, config);

Usage

  1. import the package into your js file
import McaSDK from "@mycoverai/mca-react-native-sdk"
  1. proceed to call the Mycover.ai component in your file
 <McaSDK apiKey="<YOUR-MCA-API-KEY>" onComplete={() => console.log('done')} />

Package Sidebar

Install

npm i @mycoverai/mca-react-native-sdk

Weekly Downloads

26

Version

0.0.63

License

MIT

Unpacked Size

319 kB

Total Files

73

Last publish

Collaborators

  • mycovergenius