Rayan Moarkech
Results
12
comments of
Rayan Moarkech
This error is because you are using `expo-secure-storage` and `adapty` at the same time. They are both trying to change `android:fullBackupContent`. So instead of managing plugins, and you do not...
From my debugging, I noticed that if you perform an `animateRegion` or `animateCamera` consecutively before even finishing the first animation duration, then it will break the `onRegionChangeComplete`. So just ensure...