1.1.2 • Published 3 years ago

react-native-animated-scroll-header v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

React Native Animated Scroll Header

React Native Animated Scroll Header components for iOS + Android

Header that supports RTL.

Installation

To install this module cd to your project directory and enter the following command:

yarn add react-native-animated-scroll-header

or

npm install react-native-animated-scroll-header

Demo

Short ContentScrollable Content

Properties

PropsTypesDescription
iconComponentJSX.Element*Require - Left button component
onPressIcon() => voidLeft button onPress event
headerTextstring*Require - Header text
headerTextStyleTextStyleHeader text style
scrollViewPropsScrollViewPropsScrollView component props
scrollViewRef(ref: ScrollView) => voidScrollView referance
maxHeightnumberHeader max height. Default 92
minHeightnumberHeader min height. Default 48
headerContainerStyleViewStyleDefault background color backgroundColor #eee
1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago