Francis Bangura

Results 3 comments of Francis Bangura

Am trying to create a TemplateDB but am having this error. Traceback (most recent call last): File "/var/repo/mautinoa/odoo/odoo/http.py", line 638, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/var/repo/mautinoa/odoo/odoo/http.py", line 675, in...

@ChindrisSebilix Styles.row can be anything you define for example const styles = StyleSheet.create({ row: { flexDirection: 'row', alignItems: 'flex-start', backgroundColor: '#fff', justifyContent: 'center', }, }); depending on what you want..