UNPKG

react-native-tab-navigator

Version:

A tab bar that switches between scenes, written in JS for cross-platform support

9 lines (6 loc) 130 B
'use strict'; import { PixelRatio } from 'react-native'; export default { pixel: 1 / PixelRatio.get(), tabBarHeight: 49, };