React Native Underlay Sheet UI

1 min read

I stumbled on this animation a couple of weeks ago on Twitter; it was a beautiful prototype from @JordanAmblin.

So I decided to recreate it in React Native using react-native-reanimated, react-native-gesture-handler, and @gorhom/bottom-sheet.

The goal of this demo was to utilize actual components to ensure it can be easily adapted for real-world applications.

iOS

Android

You can find the full example here: Stringsaeed/underlay-pattern