UNPKG

react-native-zoom-reanimated

Version:

Zoom component on react-native + react-native-reanimated + react-native-gesture-handler

11 lines (9 loc) 194 B
import { StyleSheet } from 'react-native' export default StyleSheet.create({ container: { flex: 1, justifyContent: 'center', alignItems: 'center', overflow: 'hidden', }, })