The following code when nested within react-native-router outputs the text within the image with a white background even though it should be transparent. When explicitly setting it to transparent it also outputs the text with a white background. If the code is used without react-native-router, the UI is correct.
The following code when nested within
react-native-router
outputs the text within the image with a white background even though it should be transparent. When explicitly setting it to transparent it also outputs the text with a white background. If the code is used withoutreact-native-router
, the UI is correct.