1.0.2 • Published 6 years ago

react-native-nearby-discovery v1.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

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

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesreact-native-nearby-discovery and add RNNearbyDiscovery.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNNearbyDiscovery.a to your project's Build PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<

Usage

import RNNearbyDiscovery from 'react-native-nearby-discovery';

// TODO: What to do with the module?
RNNearbyDiscovery;