-
-
Notifications
You must be signed in to change notification settings - Fork 840
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
Duplicate RCTMethodInfo #137
Comments
If I do this , I got #import "RCTDevMenu.h" not found error :( |
Add following into Header Search Paths
|
Has this been fixed |
@AlmogRnD It's not working for me - I've tried targeting the commit with the merged fix above (package.json |
fixed in #146 |
Any plan to cut a release? |
@MoOx just published 1.0.1 🎉 |
Thank you! |
@legik Thanks for sharing! |
@iegik - where do we change the import priority? |
@snarang2 in *.h file, checkout this PR https://github.com/vinnyjth/react-native-permissions/pull/1/files |
Changing the priority works for me but then i get a linker error:
How do I handle that ? Actually it's quite weird, when I open .xcworkspace as opposed to .xcodeproj, I get 27 linker errors, clearly I've installed something incorrectly. |
i also have the same issue , In which file we need to change this |
The issue reproduced on the react-native 0.56.0 |
@suijunqiang Same issue here on the react-native 0.56.0. Has the problem been solved? |
…ani/fullstackreact/react-native-oauth master branch (#1) * Added fullstackreact#171 and my NSString *clientID fix, which might not be as good as https://github.com/fullstackreact/react-native-oauth/blob/2f8c8d1483526bbc8a6ca72183c6d11a71538ad3/ios/OAuthManager/OAuthManager.m * Added fullstackreact#171 and my NSString *clientID fix, which might not be as good as https://github.com/fullstackreact/react-native-oauth/blob/2f8c8d1483526bbc8a6ca72183c6d11a71538ad3/ios/OAuthManager/OAuthManager.m * Added fullstackreact#171 and my NSString *clientID fix, which might not be as good as https://github.com/fullstackreact/react-native-oauth/blob/2f8c8d1483526bbc8a6ca72183c6d11a71538ad3/ios/OAuthManager/OAuthManager.m * Merge PR 121, fix user agent, fix full screen webview * Changed if/else statement to avoid React error. * Fix duplicate RCTMethodInfo import (facebook/react-native#15775) (zoontek/react-native-permissions#137) * Fix duplicate React library import error conflict w/certain pods * Pass back response headers over javascript bridge * Dispatch safariViewController on main queue The safariViewController dispatch was occuring on another thread. This sometimes caused app crashes when the view was presented, in particular if the keyboard had been presented via a TextInput or other component. The resulting crash complained about _cachedSystemAnimationFence and the main thread. This has been with other React Native apps that load a viewController. Dispatching to present the viewController on the main thread fixes this issue. * Fix build issue * Remove deprecated @OverRide * Fix: Duplicate RCTMethodInfo while building iOS app * Fix error for redefinition of RCTMethodInfo * Ignored dist/ * 2.1.16 * 2.1.17 * 2.1.18
Was not able to build without changing this to this format. See zoontek/react-native-permissions#137 for reference.
@suijunqiang how did you solved this issue? |
Was:
Should:
The text was updated successfully, but these errors were encountered: