react-native-nearby-discovery
v1.0.2
Published
## Getting started
Downloads
11
Readme
react-native-nearby-discovery
Getting started
$ npm install react-native-nearby-discovery --save
Mostly automatic installation
$ react-native link react-native-nearby-discovery
Manual installation
iOS
- In XCode, in the project navigator, right click
Libraries
➜Add Files to [your project's name]
- Go to
node_modules
➜react-native-nearby-discovery
and addRNNearbyDiscovery.xcodeproj
- In XCode, in the project navigator, select your project. Add
libRNNearbyDiscovery.a
to your project'sBuild Phases
➜Link Binary With Libraries
- Run your project (
Cmd+R
)<
Usage
import RNNearbyDiscovery from 'react-native-nearby-discovery';
// TODO: What to do with the module?
RNNearbyDiscovery;