react-native-tobrowser
Version:
Full-featured web browser module for React Native apps, based on TOWebViewController
36 lines (35 loc) • 903 B
JSON
{
"name": "react-native-tobrowser",
"version": "0.6.6",
"description": "Full-featured web browser module for React Native apps, based on TOWebViewController",
"main": "index.ios.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wangshijun/react-native-browser.git"
},
"keywords": [
"react-component",
"react-native",
"ios",
"react",
"native",
"web",
"browser",
"webbrowser",
"webview",
"uiwebview",
"TOWebViewController"
],
"author": "Kyle Powers <kylepowers@gmail.com> (http://kylepowers.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/wangshijun/react-native-browser/issues"
},
"homepage": "https://github.com/wangshijun/react-native-browser#readme",
"peerDependencies": {
"react-native": ">=0.14"
}
}