1 min readDec 14, 2019
Please ensure that react-navigation is correctly setup if you are using expo select bare minimal project with navigation already setup.
`this.props.navigation.isFocused()` will work as navigation is being passed as a prop by react-navigation itself so it shouldn’t be undefined unless the setup is incorrect.