React Native: How to use Java code to fetch data via React Native async storage

风格不统一 提交于 2020-01-04 02:21:17

问题


  • Is it possible to fetch data from React Native Async-Storage through the Android-Java code?

  • If it is possible then, how can I use Android-Java code to fetch Async-Storage data (id etcs).

My data structure for RN Async Storage are: (id, fname, lname, isactive)

What I want to do:

I want to use the Java code for Android to connect with RN Async Storage and get the values of the data. eg: id, fname, lname .. etcs.

来源:https://stackoverflow.com/questions/44635641/react-native-how-to-use-java-code-to-fetch-data-via-react-native-async-storage

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!