Create and Measure Hidden Elements with Translate Offsets in React Native

InstructorJason Brown

Share this video with your friends

Send Tweet

In this lesson we'll use onLayout to measure elements hidden with opacity. We hide additional elements with overflow: "hidden" and translate visible elements based upon measured layout height.