react-native-app-data-share

share data between apps

Usage no npm install needed!

<script type="module">
  import reactNativeAppDataShare from 'https://cdn.skypack.dev/react-native-app-data-share';
</script>

README

react-native-app-data-share

share data between apps

Installation

npm install react-native-app-data-share

Usage

import AppDataShare from "react-native-app-data-share";

// ...

const result = await AppDataShare.multiply(3, 7);

Contributing

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

License

MIT