From dc01ecbc9875820d7800b89154e03082cb2f432d Mon Sep 17 00:00:00 2001 From: Alexsander Akers Date: Fri, 14 Aug 2015 11:33:23 -0100 Subject: [PATCH] Remove now useless comment --- Libraries/Components/View/View.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Libraries/Components/View/View.js b/Libraries/Components/View/View.js index 2b11e94d6..c541dd448 100644 --- a/Libraries/Components/View/View.js +++ b/Libraries/Components/View/View.js @@ -44,13 +44,6 @@ var AccessibilityTraits = [ '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 * container that supports layout with flexbox, style, some touch handling, and