Now that we have updated our app to use native modules (from instructions here), I'm now getting an error building this module.
When I try and build I get 'React/RCTDefines.h' file not found in RCTBridgeModule.h.
Is there a workaround for this? It's currently the only dependency we have that isn't working.
Now that we have updated our app to use native modules (from instructions here), I'm now getting an error building this module.
When I try and build I get
'React/RCTDefines.h' file not foundinRCTBridgeModule.h.Is there a workaround for this? It's currently the only dependency we have that isn't working.