Skip to content
Advertisement

Tag: jitsi-meet

undefined is not an object (evaluating ‘_this.props.navigation’) in react native when passing parameter

im passing parameter from screen A to screen B Screen A : Screen B : but theres an error on screen B that say ‘undefined is not an object (evaluating ‘_this.props.navigation’)’ im using react-native-jitst-meet to create simple confrence app for class project. I really hope you guys can give the solution. Thankyou before Answer You are using a functional component.

Advertisement