UNPKG

react-native-fiesta

Version:

A set of celebration animations powered by Skia. Engage more with your users by celebrating in your React Native application.

5 lines (3 loc) 164 B
import { Dimensions } from 'react-native'; export const screenHeight = Dimensions.get('screen').height; export const screenWidth = Dimensions.get('screen').width;