Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prkumar/fetch-mobile
https://github.com/prkumar/fetch-mobile
react-native
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/prkumar/fetch-mobile
- Owner: prkumar
- Created: 2017-03-23T08:13:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T17:46:46.000Z (over 7 years ago)
- Last Synced: 2024-10-15T14:05:03.297Z (28 days ago)
- Topics: react-native
- Language: JavaScript
- Size: 69.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fetch
**TODO:** Add app description
## Building
### Facebook SDK
Building the Facebook SDK requires the following steps:
1. Install and link the Facebook SDK for React Native packages and dependencies.
```
react-native install react-native-fbsdk
react-native link react-native-fbsdk
```2. Install the plist package, the xcode package, and the adm-zip package, by executing the following command.
```
npm install plist xcode adm-zip
```
3. Run the script ios_setup.js by executing the following command:```
node ios_setup.js [App ID] Fetch
```
Locate the project’s `App ID` on [the Facebook Developer site](https://developers.facebook.com/apps/).
**NOTE:** executing this script may take a while, as it involves downloading a ~50MB zip file.