The official docs about .clear() are not very clear to me. They say the following:
Erases all AsyncStorage for all clients, libraries, etc. You probably don't want to call this; use removeItem or multiRemove to clear only your app's keys. Returns a Promise object.
Can anybody explain, what 'all clients' exactly means in this context? For me it sounds like other RN-Apps stores could be affected too, I just can't imagine that this would even be possible.