File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,14 @@ React Native Header is a high-performance, cross-platform animated header compon
1313- Maintains a similar experience between ** iOS** and ** Android** .
1414- Uses Reanimated for better animation performance
1515- Works with [ ScrollView] ( https://reactnative.dev/docs/scrollview ) and [ FlatList] ( https://reactnative.dev/docs/flatlist )
16+ - Compatible with [ Expo Go] ( https://docs.expo.dev/ ) and [ React Native CLI] ( https://github.com/react-native-community/cli ) projects
17+ - Written in TypeScript
1618
1719## Prerequisites
1820
1921Before you can use ` react-native-header ` , you need to have the following libraries set up in your React Native project:
2022
21- - [ react-native-reanimated] ( https://github.com/software-mansion/react-native-reanimated )
23+ - [ react-native-reanimated] ( https://github.com/software-mansion/react-native-reanimated ) v2 or v3. ** v1 is not supported. **
2224- [ react-native-safe-area-context] ( https://github.com/th3rdwave/react-native-safe-area-context )
2325
2426If you haven't installed these libraries yet, please follow the installation instructions on their respective documentation pages.
You can’t perform that action at this time.
0 commit comments