MCPcopy
hub / github.com/callstack/react-native-paper / isAnimatedValue

Function isAnimatedValue

src/styles/overlay.tsx:7–9  ·  view source on GitHub ↗
(
  it: number | string | Animated.AnimatedInterpolation<number | string>
)

Source from the content-addressed store, hash-verified

5import { MD2DarkTheme } from './themes/v2/DarkTheme';
6
7export const isAnimatedValue = (
8 it: number | string | Animated.AnimatedInterpolation<number | string>
9): it is Animated.Value => it instanceof Animated.Value;
10
11export default function overlay<T extends Animated.Value | number>(
12 elevation: T,

Callers 4

getStyleForShadowLayerFunction · 0.90
Surface.tsxFile · 0.90
getElevationAndroidFunction · 0.90
overlayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…