react-native-media-viewing
Version:
React Native modal component for viewing images and video as a sliding gallery
15 lines (14 loc) • 439 B
TypeScript
/**
* Copyright (c) JOB TODAY S.A. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
import { Animated } from "react-native";
declare const useAnimatedComponents: () => readonly [{
[key: string]: Animated.Value;
}[], {
[key: string]: Animated.Value;
}[], (isVisible: boolean) => void];
export default useAnimatedComponents;