React native – The action 'NAVIGATE' with payload {"name":"Game","params":{"roomId":"…"}} was not handled by any navigator
I am creating a game in react-native (typescript) using firebase, but I encounter this error while adding a "Game" screen: I have this code for my App.tsx : import React, { useEffect, useState } from 'react'; import { NavigationContainer }…