Exposes Google Nearby Messages API to React Native
npm install react-native-nearby-messages
import NearbyMessages from "react-native-nearby-messages";
// ...
const result = await NearbyMessages.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT