I reproduce this issue with the most minimal React-Native app:
render() { return View({style: { flex: 1, backgroundColor: \'black\' }}) }
I am not sure what you are referring to here. But what ever is containing that view needs to have its background set also perhaps?