0.1.1 • Published 2 years ago

simple-react-native-library v0.1.1

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

simple-react-native-library

Step 4 - Simple React Native Library

Installation

npm install simple-react-native-library

Usage

import { launchSDK } from "simple-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