React Native check if the route is not null
I am getting route from react-native in one component as below: const { route } = this.props; const { fromPage } = route.params; But sometimes the route is null 9perhaps it was not set when navigating), how to check if…