react-native/React
Kevin Gozali 34b8876ac6 iOS: Introduced RCTSurfaceHostingProxyRootView for migration to RCTSurfaceHostingView
Summary:
To help with migration from direct usages of RCTRootView to RCTSurfaceHostingView, RCTSurfaceHostingProxyRootView is added, which is simply a custom impl of RCTSurfaceHostingView, but will all RCTRootView APIs preserved. This makes it easy to do a drop-in replacement in native callsites:

```
// before:
RCTRootView *rootView = [[RCTRootView alloc] init...];

// after:
RCTRootView *rootView = (RCTRootView *)[[RCTSurfaceHostingProxyRootView alloc] init...];
```

Reviewed By: shergin

Differential Revision: D7141696

fbshipit-source-id: db8c447749eaa896efaa37774a9babef132128eb
2018-03-02 19:44:18 -08:00
..
Base iOS: Introduced RCTSurfaceHostingProxyRootView for migration to RCTSurfaceHostingView 2018-03-02 19:44:18 -08:00
CxxBridge Use complete type with unique_ptr 2018-02-28 15:03:25 -08:00
CxxModule Update license headers for MIT license 2018-02-16 18:31:53 -08:00
CxxUtils Update license headers for MIT license 2018-02-16 18:31:53 -08:00
DevSupport Wrap global variables in extern C 2018-03-02 19:44:18 -08:00
Fabric iOS - expose C++ FabricUIManager to the bridge via a wrapper class 2018-02-27 08:42:14 -08:00
Inspector Forward VM version to inspector 2018-02-13 08:16:50 -08:00
Modules Change React Native application layout check 2018-02-26 11:49:36 -08:00
Profiler Update license headers for MIT license 2018-02-16 18:31:53 -08:00
React.xcodeproj Expose React Native version as a symbol rather than macro 2018-03-02 14:51:39 -08:00
UIUtils Update license headers for MIT license 2018-02-16 18:31:53 -08:00
Views onPress animation with magnification 2018-02-27 13:10:02 -08:00
third-party.xcconfig More attempts to fix Travis CI runs 2017-05-10 04:32:54 -07:00