iOS apps aren't removing SecureStorage after app uninstallation.
Since v0.0.18 app is storing the isFirstAppUse flag (Using AsyncStorage).
The next step is to remove users' account if it already exists and is the first use of the app (In other words: afterRemoval = account !== null && isFirstAppUse.
SecureStorage
after app uninstallation.isFirstAppUse
flag (Using AsyncStorage).The next step is to remove users' account if it already exists and is the first use of the app (In other words:
afterRemoval = account !== null && isFirstAppUse
.This code is ready but is commented (App.js)
Extracted from: https://github.com/tasitlabs/tasit/issues/295