UNPKG

react-native-user-agent

Version:

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

29 lines (28 loc) 731 B
{ "name": "react-native-user-agent", "version": "2.3.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": "https://github.com/bebnev/react-native-user-agent.git" }, "keywords": [ "react-native", "user-agent", "user agent", "http", "webView", "httpUserAgent" ], "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": "*" } }