Seems like a bug caused by react-native link
You can manually delete libRNDeviceInfo-tvOS.a in Xcode -> [Your iOS build target] -> Build Phrases -> Link Binary with Libraries. see=>251
Same issue here, can work around this by running 0.12.1.
Seems like a bug caused by react-native link
You can manually delete libRNDeviceInfo-tvOS.a in Xcode -> [Your iOS build target] -> Build Phrases -> Link Binary with Libraries. see=>251
Most helpful comment
Seems like a bug caused by
react-native linkYou can manually delete
libRNDeviceInfo-tvOS.ain Xcode -> [Your iOS build target] -> Build Phrases -> Link Binary with Libraries.see=>251
see=>258