MCPcopy Create free account
hub / github.com/PatoSala/react-native-blocks / Props

Interface Props

packages/core/src/components/IndicatorProvider.tsx:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import Animated, { useAnimatedStyle } from "react-native-reanimated";
4
5interface Props {
6 children: React.ReactNode;
7 position: {
8 y: number;
9 };
10}
11
12export default function IndicatorProvider({
13 children,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected