react-native-device-info - v15.0.1
    Preparing search index...

    Interface AsyncHookResult<T>

    Shared shape returned by asynchronous hooks in this module.

    interface AsyncHookResult<T> {
        loading: boolean;
        result: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    loading: boolean
    result: T