import { StyleSheet } from 'react-native'; export default (styles = StyleSheet.create({ filterBar: { backgroundColor: '#0F0', flexDirection: 'row', }, filter: { flex: 2, }, view: { flex: 2, }, }));