Snapshot testing for stacknavigation components and ignoring certain keys · Issue #2269 · react-navigation/react-navigation
I'm a newbie to React/Jest/JS and playing with react-navigation and jest. In my sample app I have `const MainApp = StackNavigator({ Home: { screen: mapNavigationStateParamsToProps(SearchScreen) }, ...