Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 591 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 591 Bytes

This is AirBNB clone mobile application using the React Native

01. Install with tabs template

npx create-expo-app airbnb-clone -t tabs

Adding the Haptics click vibration

Run npx expo install expo-haptics

Adding the Animations

Run npx expo install react-native-reanimated

Adding the map

Run: npx expo install react-native-maps npx expo install react-native-map-clustering

Sliding up the bottom sheet on the map

For this I used react-native-bottom-sheet library Run: @gorhom/bottom-sheet@^4 and npx expo install react-native-gesture-handler