UNPKG

@react-native-ohos/react-native-user-agent

Version:

Library that helps you to get mobile application user agent and web view user agent strings.

40 lines (39 loc) 973 B
{ "name": "@react-native-ohos/react-native-user-agent", "version": "2.3.2-rc.1", "description": "Library that helps you to get mobile application user agent and web view user agent strings.", "main": "index.js", "types": "index.d.ts", "repository": { "type": "git", "url": "git://github.com/react-native-oh-library/react-native-user-agent.git" }, "harmony": { "alias": "react-native-user-agent" }, "keywords": [ "react-native", "user-agent", "user agent", "http", "webView", "httpUserAgent", "harmony" ], "author": "Bebnev Anton <bambr.ab@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/bebnev/react-native-user-agent/issues" }, "homepage": "https://github.com/bebnev/react-native-user-agent", "peerDependencies": { "react-native": "*" }, "files": [ "src", "harmony", "lib", "index.js", "index.d.ts" ] }