React Native Reanimated Bottom Sheet

screenshot of React Native Reanimated Bottom Sheet
react-native

Highly configurable bottom sheet component made with react-native-reanimated and react-native-gesture-handler

Overview:

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.

Features:

  • Highly configurable: Customize the component to suit your needs.
  • Native 60 FPS animations: Enjoy smooth and seamless animations.
  • Built with React Native: Utilizes react-native-gesture-handler and react-native-reanimated.

Summary:

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
React Native

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
Eslint

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
Typescript

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.