-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RN 0.57 and xcode 10 issue #144
Comments
Hi @arneson ,
|
@rajatdutta I have experienced the problem you're describing, but what occurred when I tried to update react-navigation to 2.18.4 (or 3 for that matter). Keeping react-navigation on v. 2.0.4 solved that for me. I'll try to remember to go back here when I've give my self the time to update react-navigation and solve the problem. |
@rajatdutta |
@arneson have you been using your fork? if the main repo isn't merging fixes I'll be using your fork :) |
@morenoh149 |
Build fails with error:
Multiple methods named 'goForward' found with mismatched result, parameter type or attributes
in goForward EXPORT_METHOD in RCTWebViewBridgeManager.m file for xcode 10 and react native 0.57.1
Can be fixed by using live fork of react-native-webview-bridge.
The text was updated successfully, but these errors were encountered: