Can StackNavigator set the background picture?

need to do a StackNavigator is a background picture, do not want to make a solid color background, how to do?

Mar.03,2021

wrap the specific contents of the page in Image, with the following code:

<View>
<Image>  //
  ...    //
</Image>
</View>

give you a teaching video: ideo/3021" rel=" nofollow noreferrer "> https://ninghao.net/video/3021

Menu