UNPKG

react-native-week-view

Version:
12 lines (9 loc) 209 B
import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ container: { flexDirection: 'row', alignItems: 'flex-start', borderBottomWidth: 1, }, }); export default styles;