Description
In adding a tvOS target to the react-native-vector-icons library, react-native link inadvertently adds the tvOS target to the normal ios target causing the app to fail to run
Reproduction Steps and Sample Code
Described here: oblador/react-native-vector-icons#461
Solution
React Native link needs to properly link the ios and tvOS library targets with the right target
Additional Information
- React Native version: 0.44
- Platform: iOS
- Development Operating System: MacOS
- Dev tools: XCode 8.3.2
Description
In adding a tvOS target to the react-native-vector-icons library,
react-native linkinadvertently adds the tvOS target to the normal ios target causing the app to fail to runReproduction Steps and Sample Code
Described here: oblador/react-native-vector-icons#461
Solution
React Native link needs to properly link the ios and tvOS library targets with the right target
Additional Information