# 演出票 RN Demo

[HI，这里是 RN 对 微信演出票的 踩坑之举](http://gitlab.intra.wepiao.com/FEI/RN-show)

### Install

```
npm install
```
### Deubg

```
npm start 

# start IOS Simulator
react-native run-ios

# start Anodrid Simulator
react-native run-android
```

### Bundling

To bundle the app for distribution for both iOS and Android:

1. [offline JS bundle](https://facebook.github.io/react-native/docs/running-on-device-ios.html#using-offline-bundle).

### ISSUES

1. cannot find entry file `index.ios.js`
```
watchman watch-del-all
```

### Related Packages

| package                               | intro
|---                                    |---
| [rnpm](https://github.com/rnpm/rnpm)  | 📱 React Native Package Manager
| [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) | 底部导航栏 ICON 
| [react-native-scrollable-tab-view](https://github.com/brentvatne/react-native-scrollable-tab-view) | 分类页可滚动Tabs
| [react-native-swiper](https://github.com/leecade/react-native-swiper) | 首页滚动广告 
| [react-native-spinkit](https://github.com/maxs15/react-native-spinkit) | 首屏加载页
| [react-native-router-flux](https://github.com/aksonov/react-native-router-flux) | 页面路由配置，类似 react-router
| [react-native-search-bar](https://github.com/umhan35/react-native-search-bar) | 顶部导航搜索栏
