Create Custom Bottom Sheet in react native using Reanimated 2
Bottom Sheet Demo
Demo on Android (Left) and Ios (Rigth)
Clone the project
git clone https://github.com/Rakha112/react-native-bottom-sheet-reanimated.git
Go to the project directory
cd react-native-bottom-sheet-reanimated
Install dependencies
npm install
Start the server
npm start -- --reset-cache
Run on IOS
npx pod-install
npx react-native run-ios
Run on ANDROID
npx react-native run-android