I can't add the ReactNativeNavigation.xcodeproj file to my projects Libraries. Any ideas on how to get around this? I left click on Libraries then click add files to my project then go into node_module → react-native-navigation → iOS but then I can't click on the Xcode.proj is like a disabled button when I click on it.
I'm using Xcode 9.4.1.
Solution:
Some how (probably my doing) the ReactNativeNavigation was added to the main project folder so I dragged it down to where the Libraries folder was, and the problem was solved. I suggest if you have this issue to search all the folder in your project, because it is probably already added somewhere in the project.
It sounds like you are trying to add the ReactNativeNavigation.xcodeproj file to your project's Libraries folder in Xcode, but you are unable to do so because the file is disabled.
There are a few possible reasons why this might be happening:
The file might not be a valid Xcode project file. Make sure that you are trying to add the correct file and that it is not damaged or corrupt.
The file might be located in a different folder than the one you are expecting. If you are unable to find the file in the node_modules/react-native-navigation/iOS folder, try searching the entire project to see if it has been added elsewhere.
The file might be added to your project already, but it is not being displayed in the Libraries folder. In this case, you should be able to find the file in the project navigator on the left side of the Xcode window.
If none of these solutions resolve the issue, you may want to try reinstalling the react-native-navigation package or checking for any issues or updates on the project's GitHub page.