react-native-async-storage / async-storage

An asynchronous, persistent, key-value storage system for React Native.
https://react-native-async-storage.github.io/async-storage/
MIT License
4.62k stars 459 forks source link

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

Closed chze99 closed 1 year ago

chze99 commented 1 year ago

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