Skip to content

Commit c6005dd

Browse files
committed
Fix types from iOS module
1 parent 312a8cb commit c6005dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InAppBrowser.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,4 +265,4 @@ class InAppBrowserModule extends NSObject {
265265
}
266266
}
267267

268-
export default InAppBrowserModule.new();
268+
export default InAppBrowserModule.new() as InAppBrowserModule;

0 commit comments

Comments
 (0)