React Native Animated Modal
    Preparing search index...

    Variable ScrollableSectionListConst

    ScrollableSectionList: <ItemT, SectionT>(
        props: SectionListProps<ItemT, SectionT> & {
            ref?: Ref<SectionList<unknown, unknown>>;
        },
    ) => ReactElement = ...

    SectionList component in react-native wrapped with reanimated.

    Type Declaration

      • <ItemT, SectionT>(
            props: SectionListProps<ItemT, SectionT> & {
                ref?: Ref<SectionList<unknown, unknown>>;
            },
        ): ReactElement
      • Type Parameters

        • ItemT
        • SectionT

        Parameters

        • props: SectionListProps<ItemT, SectionT> & { ref?: Ref<SectionList<unknown, unknown>> }

        Returns ReactElement