How can i initialize mobx store and load data from my api server. I have to request an api server to get products data and put that data into the observable array. Then i will make computed functions to query over that array (ex. to get products by category name)
I already did some work but store will be initialized but my Flatlist items wont seen on app start. It just work after restart the app.