https://github.com/aaronksaunders/filetransfer-plugin-capacitor-react
using file transfer plugin in react js capacitor application
https://github.com/aaronksaunders/filetransfer-plugin-capacitor-react
capacitor cordova-file-transfer ionic ionic-capacitor ionic-framework ionic-native ionic-native-plugin react reactjs
Last synced: about 1 year ago
JSON representation
using file transfer plugin in react js capacitor application
- Host: GitHub
- URL: https://github.com/aaronksaunders/filetransfer-plugin-capacitor-react
- Owner: aaronksaunders
- Created: 2020-03-25T23:41:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T23:44:05.000Z (about 6 years ago)
- Last Synced: 2025-01-21T20:11:31.486Z (about 1 year ago)
- Topics: capacitor, cordova-file-transfer, ionic, ionic-capacitor, ionic-framework, ionic-native, ionic-native-plugin, react, reactjs
- Language: TypeScript
- Homepage: https://dev.to/aaronksaunders/how-to-use-ionic-native-plugins-in-react-capacitor-mobile-application-fg7
- Size: 379 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How To Use Ionic Native Plugins In React Capacitor Mobile Application
#ionic #react #tutorial #mobile
When working with Ionic Capacitor it is recommended to use the Capacitor Plugins sometimes you need to use a cordova or ionic-native plugin to get the job done. In the example below we show a quick use case of using the Ionic Native FileTransfer Plugin.
The basic command line to get your app started
[See full blog post here](https://dev.to/aaronksaunders/how-to-use-ionic-native-plugins-in-react-capacitor-mobile-application-fg7)