skip to Main Content

React Native FlatList Data is not Showing Data

I am Using Redux and My Problem is When First Time My Screen Loads I am getting error undefined is not an object(evaluating 'response.data') My Code Is function LaunchScreen(props) { const [response, setData] = useState([]); useEffect(() => { props.getProperties; setData(props.properties);…

VIEW QUESTION
Back To Top
Search