Esh Tanya Gupta
Esh Tanya Gupta
### PROPOSAL I looked at the code to update the secured state of the password and this is the method that does that:  **Problem** Changing the state seems to...
Apparently the cursor resetting is just react-native internal behaviour, I tested on snack and got the cursor going to the beginning as well. I tried to fiddle around with other...
Hey @Julesssss now could we move ahead with that solution?
@Julesssss Thank you for assigning me the job! I will do the proposed solution within this week and will also do some extensive research on all possible solutions to this.
I did some digging and found out that the thing causing the problem, the root cause is the prop `isDrawerOpen`. Whenever this is true, the message screen loses focus when...
Yes @michaelhaxhiu, thank you for your concern. I am aware of the the proposal workflow. I was just wondering the exact use of `isDrawerOpen` prop and once I figure that...
### PROPOSAL I think we should just remove the `isDrawerOpen` prop, because the library @react-navigation/drawer function `useDrawerStatus` hook is not updating properly. And Could you please tell me when that...
Yes, @michaelhaxhiu I am still trying to solve this issue. I think I have figured out why you are using `isDrawerOpen` prop, for the chats menu on small screens and...
I think the better steps to reproduce this are: 1. Go Offline. 2. Create a new Chat. 3. Type `:sm` to see the emoji suggestions. Because this is not reproducible...
@conorpendergrast First go offline and then create a new chat like "[email protected]". And after that, try opening the emoji Suggestions. The whole report screen should be grayed out when you...