[0.55.4]Blank white screen on Android #19733
Labels
Platform: Android
Android applications.
Ran Commands
One of our bots successfully processed a command.
Resolution: For Stack Overflow
A question for Stack Overflow. Applying this label will cause issue to be closed.
Resolution: Locked
This issue was locked by the bot.
Environment
OS: macOS High Sierra 10.11.6
Node: 8.9.1
npm: 5.5.1
Watchman: 4.7.0
Android Studio: 3.0.1
Packages: (wanted => installed)
react: 16.3.1
react-native: 0.49.5 => 0.55.4
Description
I upgraded from react 0.48.4 to 0.49.5.
When I open any a react native screen in my android app, it work fine
I upgraded from react 0.49.5 to 0.55.4(or 0.54.4 or 0.55.4). When I open a react native screen in my android app it is a blank white screen. Upon reloading react native, the react screen works perfectly. In addition any react screens that are linked to from the screen I reloaded on work. However, any react screen which can not be reached through react screens from where I reloaded will not work.
For example, A is native and B is react screens.
I start on A go to B see a white screen. Reload on B, B works fine,
go back to A , then go to B see a white screen again, Reload on B, B works fine,
go back to A , then go to B see a white screen again, Reload on B, B works fine,
go back to A , then go to B see a white screen again, Reload on B, B works fine,
repeat ...
I demote from react 0.55.4 to 0.49.5,
When I open a react native screen in my android app it is ok.
Steps to Reproduce
react-native start
Run native app
Open any react-native screen in android app
"dependencies": {
"apsl-react-native-button": "^2.4.2",
"immutable": "^3.8.1",
"key-mirror": "^1.0.1",
"lodash": "^4.16.4",
"md5": "^2.1.0",
"moment": "^2.13.0",
"object-assign": "^4.1.0",
"prop-types": "^15.6.1",
"query-string": "^4.2.2",
"react": "^16.3.1",
"react-immutable-proptypes": "^2.1.0",
"react-native": "^0.55.4",
"react-native-device-info": "0.9.5",
"react-native-fabric": "0.2.2",
"react-native-progress": "^3.0.1",
"react-native-root-toast": "^1.0.3",
"react-native-scrollable-mixin": "^1.0.1",
"react-native-simple-store": "^1.1.0",
"react-native-smart-toast": "^1.1.1",
"react-native-swipeable": "^0.4.0",
"react-native-swiper": "^1.5.4",
"react-native-switch-pro": "^0.4.2",
"react-redux": "^4.4.5",
"react-static-container": "^1.0.1",
"react-timer-mixin": "^0.13.3",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.0.1",
"stacktrace-js": "^1.3.0",
"timeago.js": "^1.0.5",
}
The text was updated successfully, but these errors were encountered: