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