Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run #1

Open
therealcisse opened this issue Jun 10, 2016 · 0 comments
Open

How to run #1

therealcisse opened this issue Jun 10, 2016 · 0 comments

Comments

@therealcisse
Copy link
Owner

therealcisse commented Jun 10, 2016

Steps to run:

Install react-native (https://facebook.github.io/react-native/docs/getting-started.html)

Install nodejs:

If you have Homebrew, just run:

brew install node

Otherwise, visit https://nodejs.org/en/

Install react-native command line tools:

npm install -g react-native-cli

Setup Facebook SDK

Install Facebook IOS SDK and create a facebook app.

Visit https://developers.facebook.com/docs/ios/getting-started

Here are some information about this app:

Bundle Identifier: me.amadoucisse.app.photos

Make sure to put Facebook IOS SDK in ~/Documents/FacebookSDK.

Setup facebook app

In iosPhotosInfo.plist, replace {facebook-app-id} with your Facebook App ID.

Install dependencies

npm install

Run app

react-native run-ios

Or, if you have Xcode installed:

Open iosPhotosPhotos.xcodeproj and Run from there.

The minimum iOS version required is 8.0.

@therealcisse therealcisse changed the title Document how to run How to run Jun 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant