UNPKG

1.75 kBJSONView Raw
1{
2 "name": "expo-web-browser",
3 "version": "8.6.0",
4 "description": "Provides access to the system's web browser and supports handling redirects. On iOS, it uses SFSafariViewController or SFAuthenticationSession, depending on the method you call, and on Android it uses ChromeCustomTabs. As of iOS 11, SFSafariViewController no longer shares cookies with Safari, so if you are using WebBrowser for authentication you will want to use WebBrowser.openAuthSessionAsync, and if you just want to open a webpage (such as your app privacy policy), then use WebBrowser.openBrowserAsync.",
5 "main": "build/WebBrowser.js",
6 "types": "build/WebBrowser.d.ts",
7 "sideEffects": false,
8 "scripts": {
9 "build": "expo-module build",
10 "clean": "expo-module clean",
11 "lint": "expo-module lint",
12 "test": "expo-module test",
13 "prepare": "expo-module prepare",
14 "prepublishOnly": "expo-module prepublishOnly",
15 "expo-module": "expo-module"
16 },
17 "keywords": [
18 "react-native",
19 "expo",
20 "expo-web-browser",
21 "web",
22 "browser"
23 ],
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/expo/expo.git",
27 "directory": "packages/expo-web-browser"
28 },
29 "bugs": {
30 "url": "https://github.com/expo/expo/issues"
31 },
32 "author": "650 Industries, Inc.",
33 "license": "MIT",
34 "homepage": "https://docs.expo.io/versions/latest/sdk/webbrowser/",
35 "jest": {
36 "preset": "expo-module-scripts"
37 },
38 "unimodulePeerDependencies": {
39 "@unimodules/core": "*"
40 },
41 "peerDependencies": {
42 "react": "*",
43 "react-native": "*"
44 },
45 "devDependencies": {
46 "expo-module-scripts": "~1.2.0"
47 },
48 "dependencies": {
49 "compare-urls": "^2.0.0"
50 },
51 "gitHead": "bc6b4b3bc3cb5e44e477f145c72c07ed09588651"
52}