how to add background image to navigation container in react native code example
Example: add background image react native
return (
<ImageBackground source={...} style={{width: '100%', height: '100%'}}>
......All Children tags
</ImageBackground>
);