I want to use react native library RCTLinkingManager which shows up in menu under \"Libraries > RCTLinkingManager.xcodeproj\".
RCTLinkingManager
However when i add it to
You have to add $(SRCROOT)/../node_modules/react-native/Libraries/LinkingIOS to your "Header Search Paths" in the Build Config of your project. You can find more info on the official React documentation
$(SRCROOT)/../node_modules/react-native/Libraries/LinkingIOS