I am using react-native: 0.40 with react: 15.4.2 and react-native-router-flux: 3.37.0 and I've been getting this error. Although everything I get this error on iOS, the app runs with no issue. But on Android, whenever I press the back button, the app crashes.
My assumption is that react native back button is conflicting with react-native-router-flux package.
Any help would be appreciated.