Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 272 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 272 Bytes

react-native-dlna

Getting started

$ npm install react-native-dlna --save

Mostly automatic installation

$ react-native link react-native-dlna

Usage

import RNDLNA from 'react-native-dlna';

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