'Use an image on multiple screens react native with react navigator
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?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
