react-native/React/Fabric/Mounting/ComponentViews/Root
Valentin Shergin 37d19aaae3 Fabric: Unification of props management in RCTViewComponentView and subclasses
Summary:
* Now all `RCTViewComponentView` subclasses are required to set `_props` instance variable in the constructor with a default value;
* `RCTViewComponentView`'s `_props` instance variable now has `ShadredViewProps` type (that enforced by `static_assert` in `ConcreteViewShadowNode` template);
* New we use `static_pointer_cast` instead of `dynamic_pointer_cast` for casting props.

Reviewed By: mdvacca

Differential Revision: D9734199

fbshipit-source-id: b0a0939c936f8b5b540fa5fa1e4a2f1037346fc5
2018-09-10 16:50:02 -07:00
..
RCTRootComponentView.h Fabric: ScrollView, the native part 2018-05-17 20:28:50 -07:00
RCTRootComponentView.mm Fabric: Unification of props management in RCTViewComponentView and subclasses 2018-09-10 16:50:02 -07:00