React Native non-serializable values were found in the navigation state
i'm trying to build an app and pass parameter to between pages. so i'm using to navigation. here PageOne code: const PageOne=({navigation})=>{ ... onPress={_ => { navigation.navigate("PageTwo", { navigation }) }}> PageTwo codes const SettingsPage = ({route}) => { const…