Bijay Shrestha

Results 5 issues of Bijay Shrestha

Do not use `showAlert` selector in `AppComponent` to conditionally render `Alert`. Instead, do the conditional rendering inside `Alert` itself with fade-out animation using `AnimatePresence` on unmount.

Since shortcuts are the primary way of using the app, so it is important for `MultiGesture` to work smoothly. We know that React Native's Gesture Responder System has some performance...

low-priority

In the current invite system, we have one single collection `/invites` that are readable and writeable by any user. Anyone with an app token can access and update the invites....

bug

- [x] Add global styles. - [x] Add basic design variables. - [x] Add theme. - [ ] Refactor `Modal` to use styled components.

refactor

# Steps to reproduce 1. Create this structure ``` - a - c - f - c - e - r - e - i ``` 2. Then open a...

bug