I want to be able to use an image on multiple screens in react native. For example, when the home screen and settings are loaded I want to use an image on both screens, so that it avoids a re-render when switching screens.
<NavigationContainer>
<Routes/>
</NavigationContainer>
where can I insert the image so that it appears on both screens?