Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 352 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 352 Bytes

React Native Cocoapods Demo App

This app demos that setting up CocoaPods on a new react native app doesn't work out of the box.

react-native init CocoaPodsFailingDemo
cd CocoaPodsFailingDemo/ios
pod init
pod install

This fails with:

Analyzing dependencies
[!] The target `CocoaPodsFailingDemo-tvOSTests` is declared twice.