I’m biased since these are mine, but the reception towards them all has been great. Steer clear of native elements that get rebuilt with JS.
PS I’m writing a blog post on the mistakes I made coming to native from a web background
Parent:
- overflow: hidden
- transform: scaleX
Child:
- position: absolute
- opposite scaleX to offset the parent
Parent:
- overflow: hidden
- transform: scaleX
Child:
- position: absolute
- opposite scaleX to offset the parent