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
* change navigation prop type to any ([33377cf](https://github.com/lukailun/react-native-animated-header-flat-list/commit/33377cfcbfd3822a118752a7e6963b646bf3b15c))
9
-
* update navigation type ([889d916](https://github.com/lukailun/react-native-animated-header-flat-list/commit/889d91616cad6a1aac7134f79a7307a22800b65c))
8
+
* use any type for navigation prop temporarily ([ef8c9b4](https://github.com/lukailun/react-native-animated-header-flat-list/commit/ef8c9b48c16a8beffd664e375c47576d5bb52cd0))
- change navigation prop type to any ([33377cf](https://github.com/lukailun/react-native-animated-header-flat-list/commit/33377cfcbfd3822a118752a7e6963b646bf3b15c))
15
+
- update navigation type ([889d916](https://github.com/lukailun/react-native-animated-header-flat-list/commit/889d91616cad6a1aac7134f79a7307a22800b65c))
* add navigationBarColor prop to support animated navigation bar background ([df2253e](https://github.com/lukailun/react-native-animated-header-flat-list/commit/df2253e8b27d9efcb0c7fabba334ab8ef6c72375))
21
+
- add navigationBarColor prop to support animated navigation bar background ([df2253e](https://github.com/lukailun/react-native-animated-header-flat-list/commit/df2253e8b27d9efcb0c7fabba334ab8ef6c72375))
* remove redundant interpolation input range value ([fa99989](https://github.com/lukailun/react-native-animated-header-flat-list/commit/fa9998983ae4d2448fa60cb4a3318434753e812d))
27
+
- remove redundant interpolation input range value ([fa99989](https://github.com/lukailun/react-native-animated-header-flat-list/commit/fa9998983ae4d2448fa60cb4a3318434753e812d))
* show header item in empty list ([824a6ab](https://github.com/lukailun/react-native-animated-header-flat-list/commit/824a6ab5258a07b2af0658b338c6876be416b0c6))
39
+
- show header item in empty list ([824a6ab](https://github.com/lukailun/react-native-animated-header-flat-list/commit/824a6ab5258a07b2af0658b338c6876be416b0c6))
* add parallax prop to control header background parallax effect ([9fa1b09](https://github.com/lukailun/react-native-animated-header-flat-list/commit/9fa1b09e603b766d7d2cc8a7706c1b5b6ef2b120))
50
-
* add transparent status bar ([61714a8](https://github.com/lukailun/react-native-animated-header-flat-list/commit/61714a8050d51715f5fdcbcff996c2c1fa9e69f9))
49
+
- add parallax prop to control header background parallax effect ([9fa1b09](https://github.com/lukailun/react-native-animated-header-flat-list/commit/9fa1b09e603b766d7d2cc8a7706c1b5b6ef2b120))
50
+
- add transparent status bar ([61714a8](https://github.com/lukailun/react-native-animated-header-flat-list/commit/61714a8050d51715f5fdcbcff996c2c1fa9e69f9))
|`navigation`| any | Yes | React Navigation navigation prop |
211
-
|`title`| string | Yes | The title text that will animate between header and navigation bar |
212
-
|`headerTitleStyle`| StyleProp<TextStyle> | No | Style object for the title in the header. Supports all Text style props. Position is relative to header container |
213
-
|`navigationTitleStyle`| StyleProp<TextStyle> | No | Style object for the title in the navigation bar. Supports all Text style props except position-related properties |
214
-
|`HeaderBackground`| React.ComponentType | Yes | Component to be rendered as the header background |
215
-
|`HeaderContent`| React.ComponentType | No | Component to be rendered on top of the header background. Its opacity will automatically animate based on scroll position |
216
-
|`StickyComponent`| React.ComponentType | No | Optional component that sticks below the navigation bar |
217
-
|`parallax`| boolean | No | Enable/disable parallax effect for header background. Defaults to true |
218
-
|`navigationBarColor`| ColorValue | No | Color of NavigationBar. Its opacity will automatically animate based on scroll position |
219
-
|`...FlatListProps`| FlatListProps | - | All standard FlatList props are supported |
|`navigation`| any | Yes | React Navigation navigation prop |
200
+
|`title`| string | Yes | The title text that will animate between header and navigation bar |
201
+
|`headerTitleStyle`| StyleProp<TextStyle> | No | Style object for the title in the header. Supports all Text style props. Position is relative to header container |
202
+
|`navigationTitleStyle`| StyleProp<TextStyle> | No | Style object for the title in the navigation bar. Supports all Text style props except position-related properties |
203
+
|`HeaderBackground`| React.ComponentType | Yes | Component to be rendered as the header background |
204
+
|`HeaderContent`| React.ComponentType | No | Component to be rendered on top of the header background. Its opacity will automatically animate based on scroll position |
205
+
|`StickyComponent`| React.ComponentType | No | Optional component that sticks below the navigation bar |
206
+
|`parallax`| boolean | No | Enable/disable parallax effect for header background. Defaults to true |
207
+
|`navigationBarColor`| ColorValue | No | Color of NavigationBar. Its opacity will automatically animate based on scroll position |
208
+
|`navigationTitleTranslateX`| number | No | Horizontal offset for the navigation title position. Defaults to 0 |
209
+
|`navigationTitleTranslateY`| number | No | Vertical offset for the navigation title position. Defaults to 0 |
210
+
|`...FlatListProps`| FlatListProps | - | All standard FlatList props are supported |
0 commit comments