Skip to content

Commit 4d196ba

Browse files
authored
Merge pull request #200 from sharifhh/patch-1
Add hasBackButton to index.d.ts for typescript
2 parents 85911ad + 9510899 commit 4d196ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ declare module 'react-native-inappbrowser-reborn' {
5353
endExit: string
5454
},
5555
headers?: { [key: string]: string },
56+
hasBackButton?: boolean,
5657
browserPackage?: string,
5758
showInRecents?: boolean
5859
}

0 commit comments

Comments
 (0)