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.

4 lines 201 B
import { Dimensions } from 'react-native'; export const screenHeight = Dimensions.get('screen').height; export const screenWidth = Dimensions.get('screen').width; //# sourceMappingURL=dimensions.js.map