You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Initial changes
* test fabric in CI
* Sending picker size to shadow node
* Fix E2E config
* Update Xcode in CI
* Adding more comments
* cleanup
Co-authored-by: Alfonso Curbelo <alfonso.curbelo@coinbase.com>
classJSI_EXPORT RNDateTimePickerShadowNode final : public ConcreteViewShadowNode<RNDateTimePickerComponentName, RNDateTimePickerProps, RNDateTimePickerEventEmitter, RNDateTimePickerState> {
27
+
28
+
public:
29
+
using ConcreteViewShadowNode::ConcreteViewShadowNode;
30
+
31
+
static ShadowNodeTraits BaseTraits() {
32
+
auto traits = ConcreteViewShadowNode::BaseTraits();
0 commit comments