//@ts-ignore
import { StyleSheet } from 'react-native';

export const styles = StyleSheet.create({
  container: { flexDirection: 'row', width: '100%' },
  backButtonStyle: {
    justifyContent: 'center',
    paddingLeft: 15,
    paddingRight: 6,
  },
  backButtonIconStyle: {
    height: 25,
    width: 25,
    resizeMode: 'contain',
  },
});
