Skip to content

MetaMask/react-native-google-acm

Repository files navigation

react-native-google-acm

Google ACM for react-native

Installation

npm install react-native-google-acm

Usage

import { multiply } from 'react-native-google-acm';

// ...

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