An open API service indexing awesome lists of open source software.

https://github.com/472647301/react-native-dlna

React Native DLNA Projection receiver
https://github.com/472647301/react-native-dlna

android dlna dlna-server ios react-native

Last synced: 10 months ago
JSON representation

React Native DLNA Projection receiver

Awesome Lists containing this project

README

          

# react-native-dlna

## Getting started

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

### Mostly automatic installation

`$ react-native link react-native-dlna`

## Usage
```javascript
import RNDLNA from 'react-native-dlna';

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