react-native-paper icon indicating copy to clipboard operation
react-native-paper copied to clipboard

fix: white screen flickering in dark theme.

Open SectionTN opened this issue 3 years ago • 1 comments
trafficstars

Summary

SafeAreaProvider (and GestureHandlerRootView) backgrounds are white as default, but to remove that white flickering (or flash) when navigating you must set it color to black.

Test plan

yarn start && yarn android and test, this change is simple and it does not affect any files.

SectionTN avatar Aug 05 '22 00:08 SectionTN

Hey @SectionTN, thank you for your pull request 🤗. The documentation from this branch can be viewed here.

callstack-bot avatar Aug 05 '22 00:08 callstack-bot

The issue with flickering white screen was fixed in the following commit

lukewalczak avatar Sep 20 '22 14:09 lukewalczak