When building a React Native app, one of the most common UI patterns you'll encounter is the bottom sheet—a UI element that slides up from the bottom of the screen, often used for menus, options, or additional details. While many developers might imp...