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
Please fix OAuthManager.h
Was:
#if __has_include("RCTBridgeModule.h") #import "RCTBridgeModule.h" #else #import <React/RCTBridgeModule.h> #endif
Should:
#if __has_include(<React/RCTBridgeModule.h>) #import <React/RCTBridgeModule.h> #else #import "RCTBridgeModule.h" #endif
Pull request #157
The text was updated successfully, but these errors were encountered:
🐛 fix for unmerged fullstackreact#156
6670d78
Merge pull request #1 from gsandf/bugfix/issue-156
1de3823
No branches or pull requests
Please fix OAuthManager.h
Was:
Should:
Pull request #157
The text was updated successfully, but these errors were encountered: