# react-native-iCityAction **Repository Path**: licky/react-native-iCityAction ## Basic Information - **Project Name**: react-native-iCityAction - **Description**: 用于React Native练习的新闻类APP,接口来自都市频道。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-01-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## iCityAction iCityAction是基于React-Native实现的新闻类APP,接口数据来自《都市频道》。在分析了多次接口无果后,项目采取不定时更新方式,时间不会花太多在相近功能上。该项目就当做各位刚入门的RN伙伴一个简单参考吧,谢谢支持。近期可能会开启另外一个学习Redux的美食类APP,当然还是偏展示型。希望大家共同交流进步! ## 完成功能 目前只针对iOS端,可能接口数据分析不到位,仍有一些代码判断处理不够严谨,努力修复中: >* 首页展示 >* 新闻详情,可push至评论列表 >* 搜索,搜索结果 >* 视频列表,视频详情 ## 运行截图 ![首页](https://github.com/ljunb/react-native-iCityAction/blob/master/screenshot/main.png) ![新闻详情](https://github.com/ljunb/react-native-iCityAction/blob/master/screenshot/detail.png) ![搜索](https://github.com/ljunb/react-native-iCityAction/blob/master/screenshot/search.png) ![搜索结果](https://github.com/ljunb/react-native-iCityAction/blob/master/screenshot/search_result.png) ![视频列表](https://github.com/ljunb/react-native-iCityAction/blob/master/screenshot/video.png) ## 相关依赖 ``` "dependencies": { "react": "^0.14.8", "react-native": "^0.25.1", "react-native-vector-icons": "^2.0.1", "react-native-video": "^0.8.0-rc" } ```