dmeij

Results 3 comments of dmeij

I think I found the problem. After changing the configChanges in my Manifest file from: android:configChanges="keyboardHidden|orientation" to android:configChanges="keyboard|keyboardHidden|orientation|screenSize" the problem doesn't occur anymore. My mistake, screenSize was missing which reloaded...

Thnx, is it correct that the re-render will reset the navigation state when using React Navigation? Can I do something about that? Because now when I rotate my screen when...

Unfortunately that is not possible. I work with even more files, some of which also import each other. Therefore a relative path is not possible. My example wasn't showing that,...