/react-native-ftp

React Native FTP

Primary LanguageObjective-CMIT LicenseMIT

React Native FTP

Getting started

$ npm install rn-ftp --save

Mostly automatic installation

$ react-native link rn-ftp

Usage

import RNFtp from 'rn-ftp';

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