Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jarretmoses/rn-meetup-scroll-example

Example used for my React Native NYC meetup talk
https://github.com/jarretmoses/rn-meetup-scroll-example

Last synced: 14 days ago
JSON representation

Example used for my React Native NYC meetup talk

Awesome Lists containing this project

README

        

## Description
This is an example application used for the React Native NYC Meetup on 11/29/2017

## Application Stack
* [React Native](https://facebook.github.io/react-native/)
* [React Navigation](https://reactnavigation.org/): Router/Navigator
* [ESLint](http://eslint.org/): Code Linting

## Building & Running
Run `npm install` or `yarn` to install all of the applications' dependencies.

Open up your emulator or connect you iOS / Android device and run `react-native run-ios` or `react-native run-android`.
For troubleshooting issues please relate to
[React Native's Official Troubleshooting Guide](https://facebook.github.io/react-native/docs/troubleshooting.html).