UNPKG

react-native-week-view

Version:
20 lines (17 loc) 318 B
import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ container: { flex: 1, }, scrollViewChild: { flexDirection: 'row', }, headerAndTitleContainer: { flexDirection: 'row', }, loadingSpinner: { position: 'absolute', zIndex: 2, }, }); export default styles;