0.2.0 • Published 2 years ago

step-5-sdk-react-native-library v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

step-5-sdk-react-native-library

Step 5 - Full React Native Library

Installation

npm install step-5-sdk-react-native-library

Usage

import { launchSDK } from "step-5-sdk-react-native-library";

// ...

launchSDK("https://demo-assessment.consumer-stg.dev.ada.com/", (error, msg) => {
  console.log(msg)
});

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT