I\'m trying to render a block with white text on top of an image in my testing of React Native. But instead i get a black block on top of my image with white text in it. Not wha
I just ran into the same problem. Try removing backgroundColor: '#000000', from your container styles. Not sure why, but the background colour of the top-level component seems to be used in this case.