Skip to content

Commit dc9139b

Browse files
Update types
1 parent e529c1c commit dc9139b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ declare module 'react-native-inappbrowser-reborn' {
3636
| 'partialCurl',
3737
modalEnabled?: boolean,
3838
enableBarCollapsing?: boolean,
39-
ephemeralWebSession?: boolean
39+
ephemeralWebSession?: boolean,
40+
formSheetContentSize?: { width: number, height: number },
4041
}
4142

4243
export type InAppBrowserAndroidOptions = {

types.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export type InAppBrowseriOSOptions = {|
4141
modalEnabled?: boolean,
4242
enableBarCollapsing?: boolean,
4343
ephemeralWebSession?: boolean,
44+
formSheetContentSize?: { width: number, height: number },
4445
|};
4546

4647
export type InAppBrowserAndroidOptions = {|

0 commit comments

Comments
 (0)