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
This commit is contained in:
Raphael Porto 2016-09-28 15:42:30 -07:00 committed by Facebook Github Bot
parent fc154fcd74
commit 154c4890c6
1 changed files with 1 additions and 1 deletions

View File

@ -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() {