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

https://github.com/sleede/react-native-ftp

React Native FTP
https://github.com/sleede/react-native-ftp

ftp react-native

Last synced: 3 months ago
JSON representation

React Native FTP

Awesome Lists containing this project

README

        

# React Native FTP

## Getting started

`$ npm install rn-ftp --save`

### Mostly automatic installation

`$ react-native link rn-ftp`

## Usage
```javascript
import RNFtp from 'rn-ftp';

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