Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 548 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 548 Bytes

react-native-dlna-player

Getting started

$ npm install react-native-dlna-player --save

Mostly automatic installation

$ react-native link react-native-dlna-player

Usage

import RNByronDLNA from 'react-native-dlna-player';

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