How to replace import { DrawerContentScrollView, DrawerItem } from '@react-navigation/drawer' in expo/router #55
-
Hi, community, I love the work, you are doing with expo/router, I have a question how to replace these imports using expo/router,
in the migration tutorial they only mention these Navigators createStackNavigator ====> Stack |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
as i see, |
Beta Was this translation helpful? Give feedback.
-
@gqcryptoraul we are still trying to determine how we want to re-export the main navigators. Importing directly from |
Beta Was this translation helpful? Give feedback.
@gqcryptoraul we are still trying to determine how we want to re-export the main navigators. Importing directly from
@react-navigation/drawer
is the recommended solution for now.