Stone.js API
    Preparing search index...

    Blueprint for a native Stone.js application.

    interface UseReactNativeBlueprint {
        stone: UseReactAppConfig & { useReactNative?: UseReactNativeConfig };
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

      Allow adding any additional custom properties. The value of the custom properties can be of any type, depending on user requirements.

    Index
    stone: UseReactAppConfig & { useReactNative?: UseReactNativeConfig }

    Contains the full application configuration, including middleware, lifecycle hooks, and React integration settings.