@tanker/client-react-native
v4.2.0
Published
Tanker client SDK for React Native
Downloads
27
Readme
@tanker/client-react-native
Tanker client SDK for React Native
Installation
npm install @tanker/client-react-native
Usage
import { multiply } from '@tanker/client-react-native';
// ...
const result = await multiply(3, 7);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library