@uiw/react-native
Version:
UIW for React Native
19 lines • 360 B
JavaScript
import { StyleSheet } from 'react-native';
const styles = StyleSheet.create({
warpper: {
backgroundColor: '#fff5'
},
form_items_container: {
flex: 1
},
form_items: {
textAlign: 'center',
margin: 10,
borderBottomWidth: 0.5,
borderBottomColor: '#eee'
},
border_none: {
borderBottomWidth: 0
}
});
export default styles;