react-native-photos-gallery
Version:
A React Native animated custom photo gallery component
16 lines • 473 B
JavaScript
const GlobalConstant = {
scaledImageResizeMode: 'cover',
animationCloseSpeed: 350,
animatedThumbnailScrollSpeed: 30,
animatedImageDelay: 90,
thumbnailListImageHeight: 120,
thumbnailListImageWidth: 120,
thumbnailListImageSpace: 10,
animationCloseSpeedMargin: 150,
originExtraLeft: 15,
originExtraTop: 5,
originExtraWidth: 30,
originExtraHeight: 10,
};
export default GlobalConstant;
//# sourceMappingURL=GlobalConstants.js.map