React Native 创建的仿 “宝宝健康”APP BabyHealth

码农软件 · 软件分类 · React 开源项目 · 2019-04-28 08:41:54

软件介绍

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

运行效果:

重点修改:

进入文件夹中: 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>

本文地址:https://codercto.com/soft/d/4551.html

The Art of Computer Programming, Volume 3

The Art of Computer Programming, Volume 3

Donald E. Knuth / Addison-Wesley Professional / 1998-05-04 / USD 74.99

Finally, after a wait of more than thirty-five years, the first part of Volume 4 is at last ready for publication. Check out the boxed set that brings together Volumes 1 - 4A in one elegant case, and ......一起来看看 《The Art of Computer Programming, Volume 3》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具