Gutenberg-web is using node.style from jsdom-jscore in various places (example 1, example 2) but that's not supported in the jsdom-jscore-rn library we're using in the RN project.
It'd be nice if we could perhaps enhance the RN lib to support .style parsing.
Gutenberg-web is using
node.stylefrom jsdom-jscore in various places (example 1, example 2) but that's not supported in the jsdom-jscore-rn library we're using in the RN project.It'd be nice if we could perhaps enhance the RN lib to support
.styleparsing.