How to fetch data from local JSON file on react native?

后端 未结 7 1614
执念已碎
执念已碎 2020-12-02 10:12

How can I store local files such as JSON and then fetch the data from controller?

7条回答
  •  猫巷女王i
    2020-12-02 10:53

    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...

提交回复
热议问题