vincentriemer / react-native-dom

An experimental, comprehensive port of React Native to the web.
https://rntester.now.sh
MIT License
3.25k stars 73 forks source link

Change positioning from translateX/Y to top/left #75

Closed vincentriemer closed 5 years ago

vincentriemer commented 6 years ago

Placeholder PR for potentially changing the positioning of views to use top/left instead of translateX/translateY. Primary blocker for doing so is Chrome's lack of support for subpixel layout.

Also TODO:

vincentriemer commented 6 years ago

!rntester