fix(html-elements): prevent converting in node_modules (#21594)# Why - Metro transpiles node_modules so we need to add this extra step to prevent targeting node modules. - Web should skip conv
fix(html-elements): prevent converting in node_modules (#21594)# Why - Metro transpiles node_modules so we need to add this extra step to prevent targeting node modules. - Web should skip converting html / body tags. --------- Co-authored-by: Expo Bot <[email protected]>
show more ...
feat(html-elements): added div and babel tests (#20867)# Why - The babel plugin should be tested. - Div is a pretty common component. Even though this isn't perfect, most issues are related to
feat(html-elements): added div and babel tests (#20867)# Why - The babel plugin should be tested. - Div is a pretty common component. Even though this isn't perfect, most issues are related to styling/Yoga. Yoga has some good strategies for changing default styles in the future so I think we can lean on that for migration.