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
- Host: GitHub
- URL: https://github.com/sleede/react-native-ftp
- Owner: sleede
- License: mit
- Created: 2020-04-16T15:22:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T14:45:20.000Z (9 months ago)
- Last Synced: 2025-02-19T13:13:58.372Z (3 months ago)
- Topics: ftp, react-native
- Language: Objective-C
- Size: 126 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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;
```