Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 236 Bytes

File metadata and controls

17 lines (11 loc) · 236 Bytes

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;