question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`React/RCTBridgeModule.h` file not found when following set up instructions using ExpoKit

See original GitHub issue

I created a brand new project using create-react-native-app then ejected it (keeping ExpoKit), confirmed that it runs fine from XCode, then followed the Configuration and Installation steps. Then when I try building from XCode it tells me 'React/RCTBridgeModule.h' file not found screen shot 2018-01-29 at 4 13 40 pm

A coworker of mine also ran into the same error when following the setup instructions in the documentation. Is this a known issue when working with a project detached from Expo?

I’m using expo@25.0.0 and react-native-ble-plx@0.8.0.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
tsemeradcommented, Jan 30, 2018

Thanks for the response, I really appreciate it. Adding $(SRCROOT)/../../../ios/Pods/Headers/Public/** to the Header Search Paths for BleClient got me past the error, but now I’m getting a different error: clang: error: no such file or directory: '/Users/tanner/Projects/ticketing-client/node_modules/react-native/ReactCommon/yoga/yoga/YGEnums.c' clang: error: no input files

Searching on that takes me to this issue which implies it’s related to swift usage. Do you have an idea of how to work around this new issue?

0reactions
dariuszseweryncommented, Feb 24, 2018

Closing as the usage with Expo is already described here

Read more comments on GitHub >

github_iconTop Results From Across the Web

`React/RCTBridgeModule.h` file not found when following set ...
I created a brand new project using create-react-native-app then ejected it (keeping ExpoKit), confirmed that it runs fine from XCode, ...
Read more >
`React/RCTBridgeModule.h` file not found - Stack Overflow
Started getting this error after npm install and rpm linking react-native-fs library. But after searching online for a solution, I noticed that many...
Read more >
Active questions tagged react-native+ios - Stack Overflow
'React/RCTBridgeModule.h' file not found ... which I'm aware is associated with the React Native Navigation setup, and have followed the steps to fix...
Read more >
React Native: How to fixed RCTBridgeModule.h file not found
Mail Merge to Separate PDFs with Custom File Names and Folder Locations. No Plugin Needed! Imnoss. Imnoss. •. •. 151K views 1 year...
Read more >
iOS : Build failed 'React/RCTBridgeModule.h' file not found
iOS : Build failed ' React/RCTBridgeModule. h ' file not found [ Beautify Your Computer : https://www.hows.tech/p/recommended.html ] iOS ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found