Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jarretmoses/rn-meetup-scroll-example
- Owner: jarretmoses
- Created: 2017-11-27T23:36:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-29T22:29:52.000Z (about 7 years ago)
- Last Synced: 2024-10-11T16:16:10.147Z (3 months ago)
- Language: JavaScript
- Size: 317 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).