UNPKG

react-native-gallery-preview

Version:

<div> <img align="right" height="720" src="example.gif"> </div>

13 lines (12 loc) 276 B
"use strict"; export const MIN_SCALE = 1; export const MAX_SCALE = 8; export const DURATION = 400; export const SPRING_CONFIG = { damping: 1000, mass: 1, stiffness: 250, restDisplacementThreshold: 0.02, restSpeedThreshold: 4 }; //# sourceMappingURL=constants.js.map