Skip to content

LaoMengFlutter/react-native-header-bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-header-bar

顶部控件

项目中依赖了react-native-touchable(https://github.com/781238222/react-native-touchable)

使用:

1、在终端进入到项目目录:npm i react-native-header-bar --save

2、实例:

import HeaderBar from 'react-native-header-bar'

<HeaderBar
    containerStyle={{backgroundColor:'red'}}
    title="我是title"/>

3、

containerStyle: 容器style

title: title

titleStyle: title style

leftText: 左侧文字

leftTextStyle: 左侧文字样式

leftImageSource: 左侧图片

leftImageStyle: 左侧图片样式

rightText: 右侧文字

rightTextStyle: 右侧文字样式

rightImageSource: 右侧图片

rightImageStyle: 右侧图片样式

onLeftPress:点击左侧回调

onRightPress: 点击右侧回调

image

About

react nativ header

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published