Just like react-native-device-info, we can get userAgent info via system webview:
```ts
await DeviceInfo.getUserAgent();
```