All is Englist 😢 But we have to do this ! https://reactnavigation.org/docs/getting-started
yarn add @react-navigation/native
expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view
yarn add @react-navigation/stack
yarn add @react-navigation/bottom-tabs
type MainStackParamList = {
HomeTab: undefined,
Game: undefined,
ModalStack: {
screen: keyof ModalStackParamList
}
};
type ModalStackParamList = {
MakePinPointModal: undefined,
MakePinPointQuiz: undefined,
MakeCouponModal: undefined,
}