/** * Created by zack on 2018/3/15. */ import { Platform } from 'react-native' const TabBarHeight = { height: Platform.OS === 'android' ? 56 : 49 } export default TabBarHeight