Shopify / react-native-skia

High-performance React Native Graphics using Skia
https://shopify.github.io/react-native-skia
MIT License
6.98k stars 452 forks source link

measureText not implemented for React Native Web #2639

Open avaziman opened 2 months ago

avaziman commented 2 months ago

Description

I'm in need of the measureText function in the web implementation, what would be required to make it happen?

whistlecube commented 2 months ago

I'm using getTextWidth, although it's soon to be deprecated. Would be nice if this was left in for web.

kokosky93 commented 1 month ago

I think it doesn't work in react native skia for mobile as well. I was trying to use this function but It wasn't returning anything.

whistlecube can you please provide a code sample how you use getTextWidth?