dzbrozek

Results 3 comments of dzbrozek

Faced the same issue, fixed it by changing implementation of `getTruncationIndex` ``` async function getTruncationIndex( text, numberOfLines, fontSize, fontFamily, fontWeight, containerWidth, seeMoreText, ) { const scaledFontSize = Math.round(fontSize * PixelRatio.getFontScale());...

@MeryAmun Yes, it was that error

@MeryAmun used [patch-package](https://www.npmjs.com/package/patch-package) and fixed the library Here is the patch (download and remove `.txt`) [reactjs-social-login+2.6.3.patch.txt](https://github.com/cuongdevjs/reactjs-social-login/files/14214667/reactjs-social-login%2B2.6.3.patch.txt)