Dat SDK for React Native.
A work in progress.
npm install react-native-dat-sdk
import DatSdk from "react-native-dat-sdk";
// ...
const result = await DatSdk.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.