react-native-nearby-messages

Exposes Google Nearby Messages API to React Native

Installation

npm install react-native-nearby-messages

Usage

import NearbyMessages from "react-native-nearby-messages";

// ...

const result = await NearbyMessages.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT