Create a Custom Animated Bottom Action Sheet without Measuring in React Native

added by JavaScript Kicks
12/27/2018 8:44:59 AM

372 Views

When building out a custom bottom action sheet many techniques implemented by libraries require you to measure the bottom content. There is a different technique that we will dive into. The basics are positioning a view off screen.


0 comments