import { StyleSheet } from 'react-native'; import { px2dp } from '../../../tools'; const TabBarItemStyle = StyleSheet.create({ container: { width: px2dp(25), height: px2dp(25), }, }); export { TabBarItemStyle };