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 8925be3 commit 06af3ecCopy full SHA for 06af3ec
types.js
@@ -57,7 +57,7 @@ type InAppBrowserAndroidOptions = {
57
endExit: string,
58
},
59
headers?: { [key: string]: string },
60
- hasBackButton?: Boolean,
+ hasBackButton?: boolean,
61
browserPackage?: string,
62
showInRecents?: boolean,
63
};
0 commit comments