Fred
Fred
> When setting selectable = {true} for ParsedText, the copy option appears just fine on iOS on long press. But on android, it does not appear. I was able to...
Is it possible for me to control it to open directly? Thanks Reply.
It worked for me. ``` .mentions--multiLine { div:last-of-type { background-color: transparent !important; } } ```
Same problem, but this [example](https://react-beautiful-dnd.netlify.app/?path=/story/board--scrollable-columns) works fine, am I missing something? https://user-images.githubusercontent.com/20528643/221157539-b0b81887-34eb-45eb-871b-427d66625fad.mp4
Initially I used [react-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd) library and it had the same problem like [here](https://github.com/atlassian/react-beautiful-dnd/issues/1783). Finally I used the solution [here](https://github.com/atlassian/react-beautiful-dnd/issues/1783#issuecomment-690919987) and [here](https://github.com/kutlugsahin/smooth-dnd/issues/54). It worked for me. In a nutshell ``` npm...
I found this https://github.com/diegomura/react-pdf/issues/824#issuecomment-787031516 and it solved my text overflow issue. ```javascript {text.split('')} ```
> Hello Friends, how to install react-native-photo-view from master branch, thanks in advance . ``` npm install https://github.com/alwx/react-native-photo-view.git ```
> I'm having the same issue. Is there any news about this? Thanks. I didn't resolve it.