React navigation v5 - v6 #1180
-
Does this work with react navigation v5 or v6? |
Beta Was this translation helpful? Give feedback.
Answered by
kacperkapusciak
Oct 15, 2021
Replies: 1 comment
-
Both!
Part of README that states about that:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kacperkapusciak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Both!
react-navigation v5
importnative-stack
fromreact-native-screens/native-stack
v6
install@react-navigation/native-stack
and usenative-stack
from therePart of README that states about that:
https://github.com/software-mansion/react-native-screens#using-createnativestacknavigator-with-react-navigation
react-native-screens
as a package works with both of these versions. Thenative-stack
part is the only thing that changed.