entry point
Turning off the auto popup removed the only entry point
I disabled a bottom sheet that opened automatically because it annoyed me. That automatic open was its only entry point. I did the same thing twice in two days.
Search posts
entry point
I disabled a bottom sheet that opened automatically because it annoyed me. That automatic open was its only entry point. I did the same thing twice in two days.
react native modal
The onboarding button did nothing and the app looked frozen. A React Native Modal is a separate window, so it swallows touches from everything below.
scheduled notifications
After a sign-out, the previous user's tasks kept firing on my lock screen. Scheduled notifications live in a per-device OS queue that auth state never touches.