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:
parent
fc154fcd74
commit
154c4890c6
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue