How to force Flatlist to re-render after getting a single data?
问题 I've faced an issue with flatlist when I get single data from the server and set these into state and passes into data props, I can't see any update in the render "I'm adding some Loading if I'd not received any data I show an let's say Indicator" so the indicator disappears and I see blank screen!! FYI, When I enable Hot Reloading and just press Save in my IDE I can see the single Data in my Screen! So how can I force it to appear the data! Code import React, { Component } from "react";