import { StyleSheet } from 'react-native'; /* Stylesheet for the BotBar component */ export default StyleSheet.create({ footer: { flex: 0.15, flexDirection: 'row', backgroundColor: '#2D2C33', width: '100%', justifyContent: 'space-evenly', alignItems: 'center', }, icon: { width: 65, height: 65, }, });