There was a bug in my react native app, I handled it a new release, Unfortunately this issue has not been solved for the users who made the update, It has been solved for the users who recently downloaded the app only. I thought about clearing the app data, is there a way for this ?
It depends on where you store the data.
If you use Async Storage, you need to use API of removeItem. Reference
If your data are stored at your app's folder or public folder, you can use react-native-fs to delete them.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With