We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510a178 commit 3725004Copy full SHA for 3725004
index.d.ts
@@ -35,7 +35,8 @@ declare module 'react-native-inappbrowser-reborn' {
35
| 'crossDissolve'
36
| 'partialCurl',
37
modalEnabled?: boolean,
38
- enableBarCollapsing?: boolean
+ enableBarCollapsing?: boolean,
39
+ ephemeralWebSession?: boolean
40
}
41
42
type InAppBrowserAndroidOptions = {
index.js
@@ -48,7 +48,8 @@ type InAppBrowseriOSOptions = {
48
49
50
51
52
53
};
54
55
0 commit comments