• Returns {
        displayVideos: boolean;
        error: string;
        loading: boolean;
        videos: VideoLibrary[];
    }

    The logic for the LibraryScreen component

    • displayVideos: boolean
    • error: string
    • loading: boolean
    • videos: VideoLibrary[]

    Function

    useLibraryScreenController

    Description

    This hook contains the logic for the LibraryScreen component.