React hook that resolves to the device manufacturer string.
Compatibility:
function ManufacturerLine() { const { result: manufacturer } = useManufacturer(); return <Text>Made by {manufacturer}</Text>;} Copy
function ManufacturerLine() { const { result: manufacturer } = useManufacturer(); return <Text>Made by {manufacturer}</Text>;}
React hook that resolves to the device manufacturer string.
Compatibility:
