diff --git a/React/Views/RefreshControl/RCTRefreshControl.m b/React/Views/RefreshControl/RCTRefreshControl.m index e4b1c4f2e7d298..c904024e416a95 100644 --- a/React/Views/RefreshControl/RCTRefreshControl.m +++ b/React/Views/RefreshControl/RCTRefreshControl.m @@ -42,7 +42,6 @@ - (void)layoutSubviews [super layoutSubviews]; // Fix for bug #7976 - // TODO: Remove when updating to use iOS 10 refreshControl UIScrollView prop. if (self.backgroundColor == nil) { self.backgroundColor = [UIColor clearColor]; }