react-native/React
Douglas Lowder a63fd378a4 Link both iOS and tvOS libraries with react-native link (fix #13783)
Summary:
Fix issues with the react-native CLI when linking iOS and tvOS libraries to a project created with `react-native init`. (#13783)

Verified the changes against test project at https://github.com/dlowder-salesforce/react-native-link-test.  Both `react-native link react-native-svg` and `react-native unlink react-native-svg` work correctly on this project.  Added new unit test for the new file added to `local-cli/link/ios`.

[CLI] [BUGFIX] `react-native link` has been fixed to correctly link iOS and tvOS targets.
[IOS] [BUGFIX] `react-native link` has been fixed to correctly link iOS and tvOS targets.
Closes https://github.com/facebook/react-native/pull/17231

Differential Revision: D6837567

Pulled By: hramos

fbshipit-source-id: 234d3d3966ae1b89cd16a37c95d303553f7ba5f5
2018-01-30 16:28:59 -08:00
..
Base Fixing clowntown in RCTSurfaceRootShadowView 2018-01-30 14:31:57 -08:00
CxxBridge Check for nullptr when accessing isInspectable method 2018-01-23 10:13:36 -08:00
CxxModule Make RCTNativeModule::invokeInner explicitely return folly::none in case of error 2017-11-17 03:17:20 -08:00
CxxUtils More efficient dynamic->NSString conversion. 2017-07-26 18:31:12 -07:00
DevSupport improve detection of inspectable JS contexts 2017-12-18 13:32:36 -08:00
Executors Add more information to `__fbBatchedBridge is undefined` error 2017-07-26 11:21:59 -07:00
Inspector avoid redbox in handleWrappedEvent 2017-12-19 10:30:52 -08:00
Modules Link both iOS and tvOS libraries with react-native link (fix #13783) 2018-01-30 16:28:59 -08:00
Profiler Bunch of utility funcs were moved to RCTUIManagerUtils 2017-09-26 14:08:28 -07:00
React.xcodeproj Link both iOS and tvOS libraries with react-native link (fix #13783) 2018-01-30 16:28:59 -08:00
ReactLegacy.xcodeproj Fix ReactLegacy and delete RCTViewControllerProtocol 2017-12-20 15:20:00 -08:00
UIUtils Migrate DeviceInfoModule from RN Module to Native Function. 2018-01-29 11:18:42 -08:00
Views Allow substituting a default font handler 2018-01-30 13:51:19 -08:00
third-party.xcconfig More attempts to fix Travis CI runs 2017-05-10 04:32:54 -07:00