ios simulator - Unknown and undeletable key "__react_native_storage_test" in React Native AsyncStorage -
there key named "__react_native_storage_test" exist on asyncstorage in ios simulator. in case deleted after next simulator launch exist again. neither asyncstorage.removeitem("__react_native_storage_test")
nor asyncstorage.clear()
not help. on logs see deleted after next simulator launch automatically created system/simulator or else again.
could prevent automatically creation of key? maybe there setting in react native or ios simulator / project settings?
Comments
Post a Comment