- conlicts inboud...

This commit is contained in:
2019-08-08 20:55:19 -04:00
parent dfc4daf696
commit 2643fe5d4a
11 changed files with 27 additions and 23 deletions

View File

@@ -7,7 +7,7 @@ import { Icon } from 'react-native-elements';
export default function BackIcon({ action }) {
return (
<TouchableOpacity onPress={action}>
<Icon name="ei-chevron-left" type="evilicons" size={28} />;
<Icon name="ei-chevron-left" type="evilicons" size={28} />
</TouchableOpacity>
);
}