Skip to content

React native 创建的仿 “宝宝健康” app,实现Listview展示、收藏、跳到appstore、react-redux与redux-thunk的使用

Notifications You must be signed in to change notification settings

liuhongjun719/react-native-BabyHealth-

Repository files navigation

BabyHealth

Listview展示”宝宝健康手” app
React native 创建的仿 “宝宝健康” app,实现Listview展示、收藏、跳到appstore、react-redux与redux-thunk的使用

Screenshot

image image image image image image image image

Step

  • step1: 重启终端(以防之前打开过其他项目,会出现错误红屏界面)
  • step2: npm install
  • step3: nmp start

Change

  • 进入文件夹中: node_modules/react-native-tab-navigator ,将styles中defaultSelectedTitle和defaultSelectedIcon中的内容替换成下面两项(将tabBar上的图片和文字替换成自己想要的颜色)
defaultSelectedTitle: {<br> 
      color: 'rgb(245, 109, 132)',<br> 
},<br> 
defaultSelectedIcon: { <br> 
      tintColor: 'rgb(245, 109, 132)',<br> 
},<br> 

## Relevant Projects of React Native

* [`月子食谱App`](https://github.com/liuhongjun719/react-native-FoodMenu) 界面侧滑
* [`贷贷助手`](https://github.com/liuhongjun719/react-native-DaidaiHelperNew) 比较完整的app项目
* [`车迷之家App`](https://github.com/liuhongjun719/FansHome) 比较完整的app
* [`南方周末App`](https://github.com/liuhongjun719/SouthWeekend) listview折叠,二级列表

About

React native 创建的仿 “宝宝健康” app,实现Listview展示、收藏、跳到appstore、react-redux与redux-thunk的使用

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published