Skip to content

Commit 3725004

Browse files
committed
Add ephemeralWebSession in options object declaration
1 parent 510a178 commit 3725004

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ declare module 'react-native-inappbrowser-reborn' {
3535
| 'crossDissolve'
3636
| 'partialCurl',
3737
modalEnabled?: boolean,
38-
enableBarCollapsing?: boolean
38+
enableBarCollapsing?: boolean,
39+
ephemeralWebSession?: boolean
3940
}
4041

4142
type InAppBrowserAndroidOptions = {

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ type InAppBrowseriOSOptions = {
4848
| 'crossDissolve'
4949
| 'partialCurl',
5050
modalEnabled?: boolean,
51-
enableBarCollapsing?: boolean
51+
enableBarCollapsing?: boolean,
52+
ephemeralWebSession?: boolean
5253
};
5354

5455
type InAppBrowserAndroidOptions = {

0 commit comments

Comments
 (0)