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
Verify if you have @react-native-community/cli-platform-ios in your package.json,
@react-native-community/cli-platform-ios
if you dont run:
npm install @react-native-community/cli-platform-ios
then
cd ios && pod install