React native – How to pass a prop/value through a component
I am trying to pass a prop from one component to another. I can navigate quite easily to the page, I just cannot pass the prop. // NewGameScreen.jsx import { useNavigation, useRoute } from '@react-navigation/native'; const NewGameScreen = () =>…