Hi team,
I've been trying to get my react-native app to build in Xcode. However, the build fails with an error message of header files not found, viz, 'React/RCTBridgeModule.h' file not found'
I've added React in the target dependencies and in the schemes, as suggested on a lot of Stack Overflow questions.
But the error still persists, and build fails.
My react-native version is 0.43.
Any help is appreciated.