Edward
Edward
Hello! My server adds the error message when it closes the connection and I do see this message through the proxy (image is attached) Could you please advise how to...
## Summary This will allow us to extract font specs in Elements TextComponentSpec for calculating baseline last height by reflection: ``` Field field = Text.class.getDeclaredField("measuredLineDescent"); TextPaint paint = (TextPaint) field.get(textComponent);...
## Summary Expose baseline function to developers if custom baseline calculation is needed. For example baseline-last and baseline-first is not supported. Related PR: https://github.com/facebook/yoga/pull/1075 adding new enums to yoga enums...