Search bar disappeared after replacing react-native-screens/native-stack
with @react-navigation/native-stack
— is it a bug?
#1071
-
Hello! 3.6.0 got released today with a warning when importing from I used the minimal repro from this issue: #1027 (the code is the same, the library has been upgraded to 3.6.0). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @SimpleCreations, native-stack documentation in React Navigation v6 Cheers! |
Beta Was this translation helpful? Give feedback.
Hi @SimpleCreations,
many props were renamed between versions including
searchBar
. In@react-navigation/native-stack
this prop is calledheaderSearchBarOptions
.native-stack documentation in React Navigation v6
Cheers!