UNPKG

react-native-analytics-debugger

Version:
8 lines (7 loc) 216 B
import { StyleSheet } from 'react-native'; import { colors } from './colors'; export const baseStyles = StyleSheet.create({ divider: { height: 1, backgroundColor: colors.divider, alignSelf: 'stretch' }, })