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

React/RCTBridge.h file not found #7

Open
neetin opened this issue Jan 24, 2020 · 3 comments
Open

React/RCTBridge.h file not found #7

neetin opened this issue Jan 24, 2020 · 3 comments

Comments

@neetin
Copy link

neetin commented Jan 24, 2020

This happens on React Native version: 0.61.5.

react-native itself is added through pod. This library is added manually in Library folder. on building (Cmd + B) it says React/RCTBridge.h file not found.

Any work around to solve this?

@NrmeenTomoum
Copy link

+1
React/RCTBridge.h file not found
@neetin you found any solution ??

@NrmeenTomoum
Copy link

I changed
any import
from
#import <React/RCTDefines.h>
to
#import "RCTDefines.h"
&
#import "RCTBridgeModule.h"
remove any <React/ > from any import related to react
hope this help

@mvayngrib
Copy link
Member

added podspec, 2.3.0 should be usable with auto-linking via pods. I wasn't able to reproduce the RCTBridge err

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