-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blank screen on android before multitasking #2180
Comments
Yes!! This is what was getting me. My gosh took days to figure this out!!! Everytime I set it up and got this blank screen then gave up on RNN v1. Then I come back weeks later try again same. This third time I really struggled with it. And this is what it was. I am on Android 6. I didn't know what "multitasking" meant, but I fond this solution like this:
Here is screenshots of steps: |
@Noitidart Yes! That's it! Honestly - I moved off from react-native-navigation for now and using react-navigation. |
Oh, didn't know this gets "fixed" by entering open applications mode. I also get white screen if I exit and then relaunch application. Do you guys know if this happens only on emulator? |
@ppozniak I didn't test on emulator. I only tested on device. But I only tested in dev mode. It probably doesnt happen in production mode, its probably due to the timing issue on Android dev mode similar to - facebook/react-native#14101 facebook/react-native#18372 facebook/react-native#12830 Android's debug mode is a mess: timeouts regularly desynchronize and scroll events are fired with some lag. On Android, you will experience issues when JS Dev Mode is enabled, and you might have trouble with unreliable callbacks and loop mode when it isn't. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
The issue has been closed for inactivity. |
Issue Description
I've followed the guide for android. My App is possible to build and navigation is working.
With one issue - on Android I see an app only after I go to multitasking and back.
Here is an video:
http://take.ms/8ODDUw
Environment
The text was updated successfully, but these errors were encountered: