I'm trying to upgrade React-native from 0.61.5 to 0.63.2. For iOS everything is ok. But for Android I've got:
Current errors while building bundle:
ERROR TypeError: Super expression must either be null or a function
ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication)
ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication)
White screen on emulator
I deleted the app, cleaned the solution - not working.
Updated by this manual: https://react-native-community.github.io/upgrade-helper/?from=0.61.5&to=0.63.2