In my react-native project (react-native@0.60) in the ios/ dir I run pod install and get this error:
pod install
[!] Invalid `Podfile` file: no implicit con
This started happening out of the blue today, and the problem was a space in my directory structure. Ex:
/path/to/Directory\ Name/RNProject throws the !native_modules error /path/to/DirectoryName/RNProject works as it should
Pods was looking for "Directory. "