React hook that resolves with the human-readable device name when it becomes available.
Compatibility:
function Greeting() { const { result: name } = useDeviceName(); return <Text>Hello from {name}</Text>;} Copy
function Greeting() { const { result: name } = useDeviceName(); return <Text>Hello from {name}</Text>;}
React hook that resolves with the human-readable device name when it becomes available.
Compatibility:
