I wonder, might it be possible to utilize react-native's Fabric rendering code 
to get native UI support on all platforms including iOS and Android? It's all 
cpp, react-native has moved a large part of its code into portable cpp. I don't 
know enough about how it works internally to know if it's a viable option but 
if it were it might take a large chunk of the work out of making a fully 
featured UI lib. There seems to be a lot of react specific stuff in here but 
also potentially a lot of useful stuff like platform bindings, layout engine, 
measurement, text handling, etc 
<https://github.com/facebook/react-native/tree/main/packages/react-native/ReactCommon/react/renderer>

Reply via email to