From 154c4890c6f5ee616bacfab9c70050a1ed67af0c Mon Sep 17 00:00:00 2001 From: Raphael Porto Date: Wed, 28 Sep 2016 15:42:30 -0700 Subject: [PATCH] Remove unnecessary View and add a space Summary: Only a few adjustments to the import of _react-native_. Closes https://github.com/facebook/react-native/pull/10153 Differential Revision: D3940472 fbshipit-source-id: 3a93799ac89002e129d4c357db29a076afdf1074 --- docs/UsingAScrollView.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UsingAScrollView.md b/docs/UsingAScrollView.md index 48e8b0398..a1e9ef303 100644 --- a/docs/UsingAScrollView.md +++ b/docs/UsingAScrollView.md @@ -14,7 +14,7 @@ This example creates a vertical `ScrollView` with both images and text mixed tog ```ReactNativeWebPlayer import React, { Component } from 'react'; -import{ AppRegistry, ScrollView, Image, Text, View } from 'react-native' +import { AppRegistry, ScrollView, Image, Text } from 'react-native' class IScrolledDownAndWhatHappenedNextShockedMe extends Component { render() {