react-native-device-info - v15.0.1
Preparing search index...
AsyncHookResult
Interface AsyncHookResult<T>
Shared shape returned by asynchronous hooks in this module.
interface
AsyncHookResult
<
T
>
{
loading
:
boolean
;
result
:
T
;
}
Type Parameters
T
Index
Properties
loading
result
Properties
loading
loading
:
boolean
result
result
:
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
loading
result
react-native-device-info - v15.0.1
Loading...
Shared shape returned by asynchronous hooks in this module.