Vijay Shanker Dadhich
Vijay Shanker Dadhich
Very weird that not supporting space in the folder name. Thanks faisalbahli your solution worked for me on latest RN 0.68 on mac.
Hi iRoachie thanks for the reply. Actually, I have number of accordions in a scrollview component and the requirement is to scroll up bottom positions accordions after expend because when...
Ho sir #86? is not related to my issue. I make it thinks more simple. How to ScrollToTop expended accordion. As soon as expend a accordion it move to top...
I am also facing the same problem
All the above solutions will only give selected text but will not return selected text with the html. I need both for edit hyper link. I have a hyperlink Google....
I fixed it in this way richText.current?.insertLink(null, parseLink(url)); const parseLink = (url: string) => { let finalUrl = url; if (url.indexOf('http://') === -1 || url.indexOf('https://') === -1) { finalUrl =...
Thanks @xuanweiH I will check and update on this.
Hi @xuanweiH do you have any idea what is fix of the following issue? Today I raised this issue. https://github.com/wxik/react-native-rich-editor/issues/297