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 1211a64 commit d7a7edbCopy full SHA for d7a7edb
example/App.js
@@ -96,7 +96,6 @@ export default class App extends Component<ComponentState> {
96
Linking.openURL(url);
97
}
98
} catch (error) {
99
- console.error(error);
100
Alert.alert(error.message);
101
} finally {
102
// Restore the previous StatusBar of the App
ios/RNInAppBrowser.m
@@ -165,7 +165,7 @@ + (BOOL)requiresMainQueueSetup
165
166
@catch (NSException *exception) {
167
reject(RNInAppBrowserErrorCode, @"Unable to open url.", nil);
168
- [self _close];
+ [self flowDidFinish];
169
NSLog(@"CRASH: %@", exception);
170
NSLog(@"Stack Trace: %@", [exception callStackSymbols]);
171
return;
0 commit comments