You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@
4
4
5
5
React Native Header is a high-performance, cross-platform animated header component for React Native applications. It provides an easy-to-use interface for developers to quickly create beautiful and dynamic navigation headers.
- Maintains a similar experience between **iOS**and **Android**.
13
+
- Maintains a similar experience between **iOS**, **Android**, and **Web**.
14
14
- Uses Reanimated for better animation performance
15
15
- Works with [ScrollView](https://reactnative.dev/docs/scrollview), [FlatList](https://reactnative.dev/docs/flatlist), and [SectionList](https://reactnative.dev/docs/sectionlist)
16
16
- Compatible with [Expo Go](https://docs.expo.dev/) and bare [React Native](https://github.com/react-native-community/cli) projects
This library, primarily developed using [Reanimated](https://docs.swmansion.com/react-native-reanimated), necessitates specific setup steps to ensure compatibility with web platforms. Users are required to follow the [Web Support setup for react-native-reanimated](https://docs.swmansion.com/react-native-reanimated/docs/guides/web-support/) prior to integration, assuming this has not been previously done.
12
+
13
+
### FlashList
14
+
15
+
For web applications using FlashList, you are required to use a version of FlashList that is verified for web compatibility.
All of the examples can be reviewed in the [`example` application of the react-native-header repository](https://github.com/codeherence/react-native-header/tree/main/example).
0 commit comments