How to set a background Image of Navigator in React-Native

后端 未结 1 397
予麋鹿
予麋鹿 2020-12-18 10:42

I\'m using Navigator component in React-Native.

//...
render() {
    return (
        

        
相关标签:
1条回答
  • 2020-12-18 11:16

    Found the fix: to show the background image you must set the navigatorContainer's backgroundColor to 'transparent'.

    0 讨论(0)
提交回复
热议问题