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.gitGo to the project directory
cd react-native-bottom-sheet-reanimatedInstall dependencies
npm installStart the server
npm start -- --reset-cacheRun on IOS
npx pod-install
npx react-native run-iosRun on ANDROID
npx react-native run-android
