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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -