Skip to content

Commit 3c1ee30

Browse files
committed
docs: update readme
1 parent 2facf80 commit 3c1ee30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

1921
Before 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

2426
If you haven't installed these libraries yet, please follow the installation instructions on their respective documentation pages.

0 commit comments

Comments
 (0)