- Reorg andf cleanup. Maintainability.

This commit is contained in:
2019-08-09 02:52:31 -04:00
parent e6a4eeaeb1
commit 0f618fdd78
13 changed files with 16 additions and 38 deletions

View File

@@ -2,7 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import { TouchableOpacity } from 'react-native';
import { Icon } from 'react-native-elements';
import Icon from 'react-native-vector-icons';
export default function BackIcon({ action }) {
return (