https://github.com/logisticinfotech/react-native-insta-media-picker
react-native-insta-media-picker
https://github.com/logisticinfotech/react-native-insta-media-picker
Last synced: 25 days ago
JSON representation
react-native-insta-media-picker
- Host: GitHub
- URL: https://github.com/logisticinfotech/react-native-insta-media-picker
- Owner: logisticinfotech
- License: mit
- Created: 2020-04-06T13:19:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-15T06:41:30.000Z (over 6 years ago)
- Last Synced: 2025-10-12T00:57:49.908Z (10 months ago)
- Language: Java
- Size: 1.18 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @logisticinfotech/react-native-insta-media-picker
## Getting started
`$ npm install @logisticinfotech/react-native-insta-media-picker --save`
### Mostly automatic installation
`$ react-native link @logisticinfotech/react-native-insta-media-picker`
## Usage
```javascript
import RnInstaPicker from "@logisticinfotech/react-native-insta-media-picker";
// TODO: What to do with the module?
RnInstaPicker;
```