import {StyleSheet} from 'react-native'; const styles = StyleSheet.create({ root:{ flexDirection: 'row', borderWidth: 2, borderColor:'#d1d1d1', borderRadius: 20, backgroundColor: '#fff', marginVertical: 5, }, imagen:{ flex:2, height:150, resizeMode:'contain', }, right_container: { padding:10, flex:3, }, producto: { fontSize:18, }, price:{ fontSize:18, fontWeight:'bold', padding:10, }, comerciante:{ fontSize:10, padding:10, }, insignia:{ width: 50, height: 50, resizeMode:'contain', }, }); export default styles;