Remove now useless comment
This commit is contained in:
parent
5c0805b071
commit
dc01ecbc98
|
@ -44,13 +44,6 @@ var AccessibilityTraits = [
|
||||||
'pageTurn',
|
'pageTurn',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
// <<<<< WARNING >>>>>
|
|
||||||
// If adding any properties to View that could change the way layout-only status
|
|
||||||
// works on iOS, make sure to update ReactNativeViewAttributes.js and
|
|
||||||
// RCTShadowView.m (in the -[RCTShadowView isLayoutOnly] method).
|
|
||||||
// <<<<< WARNING >>>>>
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The most fundamental component for building UI, `View` is a
|
* The most fundamental component for building UI, `View` is a
|
||||||
* container that supports layout with flexbox, style, some touch handling, and
|
* container that supports layout with flexbox, style, some touch handling, and
|
||||||
|
|
Loading…
Reference in New Issue