React Native Animated Modal
    Preparing search index...

    Variable ScrollableFlatListConst

    ScrollableFlatList: <ItemT>(
        props: FlatListProps<ItemT> & { ref?: Ref<FlatList<unknown>> },
    ) => ReactElement = ...

    FlatList component in react-native wrapped with reanimated.

    Type Declaration

      • <ItemT>(
            props: FlatListProps<ItemT> & { ref?: Ref<FlatList<unknown>> },
        ): ReactElement
      • Type Parameters

        • ItemT

        Parameters

        • props: FlatListProps<ItemT> & { ref?: Ref<FlatList<unknown>> }

        Returns ReactElement