Divyanshu Patil
Divyanshu Patil
## Proposed changes (including videos or screenshots) - Added regex-based validation to ensure URLs start with http:// or https://. - Disabled Add button until the URL is valid (UX improvement)....
## Description the current documentation lacks the swift code for Fabric native component the example shows java and kotlin as option for android but lacks the swift and obj c...
### Introduction React Native’s `TextInput` currently supports only textual pasting and lacks native support for pasting images, stickers, GIFs, and rich content from system clipboards and modern keyboards (e.g., Gboard,...
## Proposed changes - created a custom fabric native component library [react-native-typerich](https://github.com/divyanshu-patil/react-native-typerich) which fully supports new arch - uses `TypeRichTextInput` on android and `TextInput` on ios - added `onPasteImageData` event...
will update description upon completion ## Proposed changes ## Issue(s) #6780 ## How to test or reproduce ## Screenshots current improvements add bullets to the next line automatically if it...
## Proposed changes changes made - `RoomHeader` is now using the custom shared `headerTitle` - Deprecated `touchableOpacity` is now replaced with the Pressable - some styles in `headerTitle` have been...
## Proposed changes This PR resolves the React warning `Each child in a list should have a unique key prop.` - Added unique key props to list-rendered components that were...
## Proposed changes reset all fields of Form after changing workspace ## Issue(s) closes https://github.com/RocketChat/Rocket.Chat.ReactNative/issues/6762 ## How to test or reproduce ## Screenshots ## Workspaces Comparison | Workspace | Preview...
### Feature Description currently none of the client (web/app/desktop) has support for bullets like other apps do suggestion is to add option for numbered bullets and unordered bullets too where...