import { StyleSheet } from 'react-native';
const styles = StyleSheet.create({
warpper: {
backgroundColor: '#fff'
},
form_items_container: {
flex: 1
},
form_items: {
textAlign: 'center',
margin: 10,
borderBottomWidth: 0.5,
borderBottomColor: '#ccc'
}
});
export default styles;