react-native-async-storage/async-storage

Getting error when try to store data in android native module(Java)

chze99 opened this issue · 0 comments

I am new to react native and also android native code. My work require me to store data from native android into AsyncStorage to be retrieve at react native side. I try to follow the example in documentation and end up with error:
cannot find symbol:
AsyncStorageAccess
Entry

May i know what package should I import/ what variable should I declare to fix this error