
Highly configurable bottom sheet component made with react-native-reanimated and react-native-gesture-handler
The Reanimated Bottom Sheet is a highly configurable component that mimics the behavior of a native bottom sheet, offering smooth and fully native 60 FPS animations. This component is built from scratch using react-native-gesture-handler and react-native-reanimated, making it suitable for use with Expo without any additional native dependencies.
react-native-gesture-handler and react-native-reanimated.The Reanimated Bottom Sheet offers a versatile and performant solution for implementing native bottom sheet behavior in React Native applications. With its highly configurable nature and native 60 FPS animations, this component can enhance user experience and interaction within your app. By leveraging react-native-gesture-handler and react-native-reanimated, developers can seamlessly integrate this component into their projects with ease, making it a valuable addition to any mobile application development toolkit.

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.