Prevent white edges during orientation change

前端 未结 3 1177
暖寄归人
暖寄归人 2021-01-27 18:53

I reproduce this issue with the most minimal React-Native app:

render() {
  return View({style: {
    flex: 1,
    backgroundColor: \'black\'
  }})
}
         


        
3条回答
  •  日久生厌
    2021-01-27 19:11

    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?

提交回复
热议问题