Skip to content

Instantly share code, notes, and snippets.

View PrasathRavichandran's full-sized avatar
👋
Hi...

Prasath Ravichandran PrasathRavichandran

👋
Hi...
  • Indie Developer
  • Tamilnadu, India.
  • 14:42 (UTC -12:00)
View GitHub Profile
// original source: https://medium.com/@ndyhrdy/making-the-bottom-sheet-modal-using-react-native-e226a30bed13 🙇
import React, {useEffect, useRef} from 'react';
import {
Animated,
Dimensions,
Modal,
PanResponder,
StyleSheet,
View,
} from 'react-native';