1.0.1 • Published 7 years ago

react-native-http-fetch v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

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