https://github.com/youngwind/reactnativeapp
学习 RN 编写的例子
https://github.com/youngwind/reactnativeapp
Last synced: over 1 year ago
JSON representation
学习 RN 编写的例子
- Host: GitHub
- URL: https://github.com/youngwind/reactnativeapp
- Owner: youngwind
- Created: 2017-06-23T02:15:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T02:34:14.000Z (about 9 years ago)
- Last Synced: 2025-02-01T16:48:41.614Z (over 1 year ago)
- Language: JavaScript
- Size: 1.49 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
# 实现效果:一个滚动的列表

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