Stone.js API
    Preparing search index...

    The shape of a Metro configuration. Declared structurally so this module needs neither Metro nor Expo installed to be built or type-checked.

    interface MetroConfigLike {
        watchFolders?: string[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    watchFolders?: string[]