UNPKG

@wniemiec-component-reactnative/full-tooltip

Version:
15 lines (13 loc) 324 B
import { StyleSheet } from 'react-native' export default StyleSheet.create({ triangle: { width: 0, height: 0, borderLeftColor: 'transparent', borderLeftWidth: 15, borderBottomColor: '#ccc', borderBottomWidth: 15, borderRightColor: 'transparent', borderRightWidth: 15 } });