I am trying to upgrade to the latest version of action-native (response-native-0.26.2), so I can use action-native-flux-router.
I get this error: 
The chrome console only shows default error messages.
Here is my package.json file
"dependencies": { "@remobile/react-native-splashscreen": "^1.0.3", "firebase": "^3.0.3", "jwt-decode": "^2.0.1", "moment": "^2.12.0", "node-uuid": "^1.4.7", "q": "^1.4.1", "react": "15.0.2", "react-native": "0.26.2", "react-native-action-button": "^1.1.4", "react-native-android-statusbar": "^0.1.2", "react-native-animatable": "^0.6.0", "react-native-button": "^1.5.0", "react-native-device-info": "^0.9.3", "react-native-drawer": "^2.2.3", "react-native-file-uploader": "0.0.2", "react-native-gifted-spinner": "0.0.4", "react-native-image-picker": "^0.18.17", "react-native-keep-screen-on": "^1.0.3", "react-native-maps": "^0.4.2", "react-native-modalbox": "^1.3.3", "react-native-orientation": "^1.16.0", "react-native-router-flux": "^3.26.5", "react-native-simple-store": "^1.0.1", "react-native-vector-icons": "^2.0.2", "react-timer-mixin": "^0.13.3", "underscore": "^1.8.3" }, "devDependencies": { "eslint": "2.10.2", "eslint-plugin-react": "5.1.1", "eslint-plugin-react-native": "1.1.0-beta" }
Here is derived from adb logcat
logcat output
Steps taken to upgrade: Note * To make the current configuration work
"react-native": "0.25.1", "react": "0.14.5", "response-native-router-flux": "3.22.23"
I had to install this particular version
"assert": "1.3.0"
. The reason is that I get a buffer exception and after searching it is because I found a solution for an unknown module buffer
When I tried to upgrade, I got the latest version of react-react and react. Then I downgraded the response version after watching a warning message that requires a-native response.
"respond": "15.0.2"
Then I uninstalled the assert package. I tried everything: from uninstalling the application and recompiling, I tried to restart my computer and phone. The only thing I found from the search was the search result.
So, I even installed the latest babel all over the world, but I'm not sure I did much. Then I also made sure that I have something in the constructor in all the views.
export default class Home extends Component { constructor(props) { super(props); this.state = { foo: 'bar' } }
I'm not sure what to do next, because there are no useful errors in the console.