Skip to content

ruslanzharkov/react-native-bottom-sheet

Repository files navigation

React Native Bottom Sheet

App with example of Animated API usage.

Demo

Installation

Make sure you have node > 9

  1. git clone https://github.com/ruslanzharkov/react-native-bottom-sheet.git
  2. cd react-native-bottom-sheet
  3. npx pod-install ios if you want to run ios from MacOS
  4. npm i
  5. npx react-native run-ios or npx react-native run-android
  6. enjoy!