Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 308 Bytes

File metadata and controls

17 lines (11 loc) · 308 Bytes

react-native-hotspot

Getting started

$ npm install react-native-hotspot --save

Mostly automatic installation

$ react-native link react-native-hotspot

Usage

import ReactNativeHotspot from 'react-native-hotspot';

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