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

https://github.com/youngwind/reactnativeapp

学习 RN 编写的例子
https://github.com/youngwind/reactnativeapp

Last synced: over 1 year ago
JSON representation

学习 RN 编写的例子

Awesome Lists containing this project

README

          

# 启动步骤

1. cd server && npm i && npm start ,启动本地服务器,提供假数据,端口为 3333
2. 修改 index.ios.js 文件中 Line 60 的 IP 地址,改成你自己电脑的 IP
2. cd 到项目根目录,npm i && react-native run-ios

# 实现效果:一个滚动的列表
![Demo](./demo.gif)

# 功能点
- [x] ListView
- [ ] Navigation