UNPKG

elephant-com

Version:

the general component for elephant washing shoes

7 lines (4 loc) 275 B
import { Dimensions, Platform, StatusBar } from 'react-native'; export const { width, height } = Dimensions.get('window'); export const createAction = type => payload => ({ type, payload }); export const statusHeight = Platform.OS === 'ios' ? 20 : StatusBar.currentHeight;