UNPKG

@uiw/react-native

Version:
17 lines 333 B
import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ warpper: { backgroundColor: '#fff' }, form_items_container: { // flex: 1, width: '100%' }, form_items: { textAlign: 'center', margin: 5, borderBottomWidth: 0.5, borderBottomColor: '#ccc' } }); export default styles;