Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 742 Bytes

File metadata and controls

37 lines (24 loc) · 742 Bytes

react-native-sticky-header-example

Sample implementation of sticky header using react-native-tabview

Demo

iOS Android

See it yourself

Clone the package

git clone https://github.com/Naturalclar/react-native-sticky-header-example.git
cd react-native-sticky-header-example

Install Dependencies

yarn install

Run on ios

yarn ios

Run on Android

yarn android