Skip to content

jannik-feuerhahn/simple-react-native-library

Repository files navigation

simple-react-native-library

Step 4 - Simple React Native Library

Installation

npm install simple-react-native-library2

Usage

import { launchSDK } from "simple-react-native-library2";

// ...

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