reading image from src/assets folder at runtime using props in React – React native
I want to display image randomly in React. Images are placed inside src/assets folder. I have to display them using props. Row.js: import React from 'react' import {View, Text } from 'react-native'; const Row = (props) => ( <View style={{flex:1,…