codedaily.io
Create an Instagram Press-and-Hold Image Preview Modal with Gesture Actions in React Native
5
In this lesson we'll show how to create an always rendered but invisible modal. Then using `onLayout`, `refs`, and `measure` we can find our action locations. We'll use a `PanResponder` to register presses on an image. When you press and hold we'll use `A... Read full article