百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
S

sticky-parallax-header

> 前端框架
开源

一个简单的 React Native 库,可为您的 iOS 和 Android 应用程序创建完全自定义的头部。

2.0K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

一个简单的 React Native 库,可为您的 iOS 和 Android 应用程序创建完全自定义的头部。

# Introduction

react-native-sticky-parallax-header is a simple React Native library, enabling to create a fully custom header layout for your iOS, Android and web apps.

## Documentation Read the full Docs at: https://netguru.github.io/sticky-parallax-header/ ## Preview Sticky Parallax Header ships with 3 different use cases for sticky headers and a possibility to create fully custom header! | Tabbed Header | Avatar Header | Details Header | | :----------------------------------------------------: | :----------------------------------------------------: | :------------------------------------------------------: | | | | | ## In Use **Check the live demo on Expo Snack [here](https://snack.expo.dev/@netguru_rnd/sticky-parallax-header-example).** This is how you can display header in your app: ```tsx import * as React from 'react' import { DetailsHeaderScrollView } from 'react-native-sticky-parallax-header' import { SafeAreaProvider } from 'react-native-safe-area-context' const TestScreen = () => ( {/** scroll view content */} ) export default TestScreen ``` ## Installation ### Installation & requirements :information_source: Library supports react-native version 0.64+ #### Install latest library version ```sh $ yarn add react-native-sticky-parallax-header@rc ``` #### Install library's dependencies ```sh yarn add react-native-reanimated react-native-safe-area-context ``` After installation: - check Reanimated installation [guide](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/installation) - handle Pods installation with `npx pod-install` - wrap your root component with `SafeAreaProvider` from `react-native-safe-area-context`

Contributing

[Contributing guidelines](CONTRIBUTING.md) # License This library is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

TypeScriptcontributionhacktoberfestheaderopen-source

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类前端框架
定价开源

> 相关工具

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架