Skip to content

Instantly share code, notes, and snippets.

View PrasathRavichandran's full-sized avatar
🎯
Focus

Prasath Ravichandran PrasathRavichandran

🎯
Focus
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';