Skip to content

jniemin/helsinkiOS_Demo

Repository files navigation

Demo application for HelsinkiOS May 2015 meetup

This is the React Native demo application presented in HelsinkiOS May 2015 meetup.

You can use it freely how every you want, but no support is provided.

To get demo running, follow getting started instructions from React Native website https://facebook.github.io/react-native/docs/getting-started.html

Application uses imgur.com as source of its images. To be able to load the content for the application, you need API keys from imgur.com. You can follow the instructions https://api.imgur.com to get the API keys. Once you have the keys just replace apiKey with your Client ID part of the key

// image_scroll_view.js
var apiKey = "YOUR_API_KEY_HERE";

After this you should be all ready to go.

Intresting links related to React Native

React Native main site: https://facebook.github.io/react-native/

Some tutorials to get started:

http://moduscreate.com/react-native-has-landed/

http://www.appcoda.com/react-native-introduction/

http://www.raywenderlich.com/99473/introducing-react-native-building-apps-javascript

Guide to flexbox: https://css-tricks.com/snippets/css/a-guide-to-flexbox/

Some open source React Native components: http://react.parts/native-ios

About

HelsinkiOS React Native demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published