Update UsingAScrollView.md

Summary:
Simple spacing update for consistency.

Super simple PR. I'm just fixing the spacing in the documentation to be consistent with the other docs.
Closes https://github.com/facebook/react-native/pull/12549

Differential Revision: D4608409

Pulled By: hramos

fbshipit-source-id: 9df0e3e0260d292e6788f32a713552c30240da47
This commit is contained in:
Daniel Fischer 2017-02-28 06:11:23 -08:00 committed by Facebook Github Bot
parent f117533f82
commit 0097ab98a7
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import { AppRegistry, ScrollView, Image, Text } from 'react-native'
class IScrolledDownAndWhatHappenedNextShockedMe extends Component { class IScrolledDownAndWhatHappenedNextShockedMe extends Component {
render() { render() {
return( return (
<ScrollView> <ScrollView>
<Text style={{fontSize:96}}>Scroll me plz</Text> <Text style={{fontSize:96}}>Scroll me plz</Text>
<Image source={require('./img/favicon.png')} /> <Image source={require('./img/favicon.png')} />