Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`