Skip to content

sleede/react-native-ftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;