local images react native code example
Example: ways to show image in react native
<Image
source={require("relative_path_to_image")}
style={{ width: 100, height: 100 }}
/>
<Image
source={require("relative_path_to_image")}
style={{ width: 100, height: 100 }}
/>