Skip to content
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

Redefinition if 'RCTMethodInfo' #53

Open
bobzhou666 opened this issue Dec 1, 2017 · 2 comments
Open

Redefinition if 'RCTMethodInfo' #53

bobzhou666 opened this issue Dec 1, 2017 · 2 comments

Comments

@bobzhou666
Copy link

在 react-native 0.5.4版本,只要一 install link 下來編譯就會報錯, 有遇到這種情況的嗎

@lvao813
Copy link

lvao813 commented Dec 7, 2017

我也是,我的版本是0.48

@summmmer
Copy link

node_modules/react-native-weibo/ios/RCTWeiboApi/RCTWeiboApi.h下
把:#import <React/RCTBridgeModule.h>
改成: #if __has_include(<React/RCTBridgeModule.h>)
#import <React/RCTBridgeModule.h>
#else
#import "RCTBridgeModule.h"
#endif

sunkibaek added a commit to huiseoul/react-native-weibo that referenced this issue May 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants