React Native: How to use Java code to fetch data v

2019-07-04 15:48发布

问题:

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