How can I store local files such as JSON and then fetch the data from controller?
maybe you could use AsyncStorage setItem and getItem...and store the data as string, then use the json parser for convert it again to json...