We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在 react-native 0.5.4版本,只要一 install link 下來編譯就會報錯, 有遇到這種情況的嗎
The text was updated successfully, but these errors were encountered:
我也是,我的版本是0.48
Sorry, something went wrong.
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
Fix RCTBridgeModule import
5357e85
REF: reactnativecn#53
No branches or pull requests
在 react-native 0.5.4版本,只要一 install link 下來編譯就會報錯, 有遇到這種情況的嗎
The text was updated successfully, but these errors were encountered: