Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasgabrieldeaa/react-native-instagram-share
https://github.com/lucasgabrieldeaa/react-native-instagram-share
android instagram react-native
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucasgabrieldeaa/react-native-instagram-share
- Owner: lucasGabrielDeAA
- Created: 2019-02-11T13:23:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T14:06:13.000Z (almost 6 years ago)
- Last Synced: 2024-10-27T19:41:15.275Z (2 months 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.