Tim Ross
Tim Ross
Thanks for raising this issue @hlung. I have fixed this in my fork and opened a pull request. I just passed in 0 for `NSDataBase64EncodingOptions` and that seemed to work....
Hi @abc2mit I had originally opened pull request #12, but @Whirlwind noted there was a problem with compatibility on iOS 6, so opened #14 to fix this. I'm not sure...
@nihilenz This fix works great if the app is launched in portrait orientation, but appears to break if the app is launched in landscape.
I had a similar issue and tracked it down to using `letter-spacing` in our CSS, which is a known limitation of `react-truncate`: https://github.com/One-com/react-truncate/issues/59