Reinaldo Neto
Reinaldo Neto
## Proposed changes This PR https://github.com/RocketChat/Rocket.Chat/pull/26002 introduced a breaking change in Rocket Chat server 5.0.0. You can see the behavioral differences in the PR Now there are three behavior options...
## Proposed changes Migrate the App/index.tsx to hooks. This is the second file, after the index.js. Here we start with a lot of providers, the redux and some modals. ##...
## Proposed changes We're proposing lots of UX improvements on this task. We're going to make use of the new Searchbox, the new forms pattern and improve the UX overall....
## Proposed changes Switch to channel in which a thread was previously selected ## Issue(s) It is not possible to switch to a channel in which a thread was previously...
## Proposed changes ## Issue(s) ## How to test or reproduce ## Screenshots ## Types of changes - [x] Bugfix (non-breaking change which fixes an issue) - [ ] Improvement...
## Proposed changes We're using an array as a dependency inside `useEffect`, which is going to make the `useEffect` be recreated on every render. Instead of using the array, we...
## Proposed changes To access this functionality, you need to login [open.rocket.chat](http://open.rocket.chat/) and send /remind into the message box  Then, when clicking the input When? the iOS is crashing,...
## Proposed changes Under certain circumstances, messages sent by the app user are shown as originating from another user. ## Issue(s) Closes https://github.com/RocketChat/Rocket.Chat.ReactNative/issues/4559 ## How to test or reproduce You...
## Proposed changes Improve the search by the user at MessageBox to keep the same behavior as a web application, also fix the spotlight and add a param for `rid`...
## Proposed changes Disable the close button while connecting and enable it again in case of an error Jira: [TC-110] ## Issue(s) ## How to test or reproduce When opening...