https://github.com/lucasgabrieldeaa/react-native-instagram-share
https://github.com/lucasgabrieldeaa/react-native-instagram-share
android instagram react-native
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucasgabrieldeaa/react-native-instagram-share
- Owner: lucasGabrielDeAA
- Created: 2019-02-11T13:23:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T14:06:13.000Z (over 7 years ago)
- Last Synced: 2025-02-08T02:13:43.640Z (over 1 year ago)
- Topics: android, instagram, react-native
- Language: Java
- Size: 232 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-instagram-share
Mobile application to implement images's share on instagram.
## Installation
```
yarn install
```
### Android's enviroment
```
yarn android
```
### IOS's environment
```
yarn ios
```
# react-native-instagram-share-android
This package is older, and with the actual react-native version, the app crashes. It's installation is made in native's android environment. Take a look at [Android's](https://github.com/lucasGabrielDeAA/react-native-instagram-share/tree/master/android/app/src/main/java/com) directory, if you want to replicate this behavior.