magic-script-components-react-native
magic-script-components-react-native copied to clipboard
Improve the measure method for text view
We should investigate and improve the View.getSizeInMeters
method as it returns non zero height (about 0.16 m) for empty text view (the width is 0 as expected). The method is fully based on Android's View.measure
method, so maybe it's an expected behavior?