Implementing a custom date range picker with the react-native-calendars package
- Clone or download this repository
- Install dependencies:
npm install
# --- or ---
yarn install
- Start the Metro bundler:
npm start
# --- or ---
yarn start
- Run the project on a virtual or physical device:
npx react-native run-android
# --- or ---
npx react-native run-ios