UNPKG

@tcmfiles/react-native-dnd-board

Version:
19 lines (17 loc) 264 B
import { StyleSheet } from 'react-native'; export default StyleSheet.create({ container: { flex: 1, }, hoverComponent: { position: 'absolute', left: 0, right: 0, }, invisible: { opacity: 0, }, visible: { opacity: 1, }, });