Searchbar in header Animation #901
-
Is there a way where you can implement this ios search bar animation with react-native screens? When the searchbar is focused on, it becomes the header. RPReplay-Final1619639786.movThis is what I have right now: RPReplay-Final1619639989.mov |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@dhanushm360 Are you currently using Expo for this project? |
Beta Was this translation helpful? Give feedback.
-
Hi @dhanushm360 collapsible-header-searchbar.movIt available out-of-the-box in the bare workflow. In an Expo managed workflow it's a bit trickier but I think it's doable with EAS Build. Check out this article for more information. The newest version of |
Beta Was this translation helpful? Give feedback.
Hi @dhanushm360
we've recently added search bar implementation in
react-native-screens
in v3.2.0 that does exactly that:collapsible-header-searchbar.mov
It available out-of-the-box in the bare workflow.
In an Expo managed workflow it's a bit trickier but I think it's doable with EAS Build. Check out this article for more information.
The newest version of
screens
(hopefully) will be included in Expo SDK 42.