react native bars colors 源码
react-native-bars-colors 小型react-native库可控制Android中状态栏和导航栏的颜色。 入门 使用npm: $ npm install react-native-bars-colors --save 含纱线: $ yarn add react-native-bars-colors 用法 import BarsColors from 'react-native-bars-colors' ; // Change the color of both bars BarsColors . changeNavBarColor ( color , isLightTheme ) ; // Change the color of each bar independently BarsColors . changeNavBarColor ( navbarColo
下载地址
用户评论