Remove now useless comment

This commit is contained in:
Alexsander Akers 2015-08-14 11:33:23 -01:00
parent 5c0805b071
commit dc01ecbc98
1 changed files with 0 additions and 7 deletions

View File

@ -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