Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ideyuta/rnscrollviewsample
React Native Scroll View Sample to Flux.
https://github.com/ideyuta/rnscrollviewsample
Last synced: 8 days ago
JSON representation
React Native Scroll View Sample to Flux.
- Host: GitHub
- URL: https://github.com/ideyuta/rnscrollviewsample
- Owner: ideyuta
- Created: 2015-10-08T05:54:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-08T05:55:21.000Z (about 9 years ago)
- Last Synced: 2024-04-09T14:40:22.732Z (7 months ago)
- Language: JavaScript
- Size: 359 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Scroll View Sample to Flux
## Description
React Native Scroll View Sample to Flux.
![](overview.gif)
## Requirements
[React Native Getting Started](https://facebook.github.io/react-native/docs/getting-started.html)
- **Requirements**
* Install Node.js 4.0 or newer.
* Install npm v2.14.7 (in the case React-Native v0.11.0)
* Install watchman newer- **iOS Setup**
* Xcode 6.3 or higher is required.## Installation
1. Install & Build
```vi
$ npm i
$ npm run build
```2. Run server
```vi
$ npm start
```3. Open & Run `ios/rnScrollViewSample.xcodeproj`