问题
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