react-native-template-typescript icon indicating copy to clipboard operation
react-native-template-typescript copied to clipboard

Does pod install work on v6.9.x with intel MBP? (works on 6.8.x)

Open MacKentoch opened this issue 2 years ago • 0 comments

Expected results

What did you expect to happen?

Observed results

What happened?

Logs

Please add the log output here.

Steps to reproduce

Creating a brand new react-native project with default version (=latest = 6.9.x) won't be able to pod install (pod install and glog mess etc...): npx react-native init myApp --template react-native-template-typescript

Using v6.8.X version does not have any issue but prevents from upgrading RN version:

npx react-native init myApp --template [email protected]

MacKentoch avatar Mar 04 '22 16:03 MacKentoch