diff --git a/releases/next/docs/using-a-scrollview.html b/releases/next/docs/using-a-scrollview.html index 55e85a0759d..9c6fe7709ce 100644 --- a/releases/next/docs/using-a-scrollview.html +++ b/releases/next/docs/using-a-scrollview.html @@ -3,7 +3,7 @@ import { AppRegistryIScrolledDownAndWhatHappenedNextShockedMe extends Component { render() { - return ( + return( <ScrollView> <Text style={{fontSize:96}}>Scroll me plz</Text> <Image source={require('./img/favicon.png')} /> @@ -44,7 +44,7 @@ class IScrolledDownAndWhatHappenedNextShockedMe.registerComponent( 'IScrolledDownAndWhatHappenedNextShockedMe', - () => IScrolledDownAndWhatHappenedNextShockedMe);

ScrollView works best to present a small amount of things of a limited size. All the elements and views of a ScrollView are rendered, even if they are not currently shown on the screen. If you have a long list of more items that can fit on the screen, you should use a ListView instead. So let's learn about the ListView next.

← PrevNext →

You can edit the content above on GitHub and send us a pull request!

Who's using React Native?

Thousands of apps are using React Native, from established Fortune 500 companies to hot new startups. If you're curious to see what can be accomplished with React Native, check out these apps!

Vogue

Vogue

iOS

Some of these are hybrid native/React Native apps. If you built a popular application using React Native, we'd love to have your app on this showcase. Check out the guidelines on GitHub to update this page.

Also, a curated list of open source React Native apps is being kept by React Native News.

Who's using React Native?

Thousands of apps are using React Native, from established Fortune 500 companies to hot new startups. If you're curious to see what can be accomplished with React Native, check out these apps!

Vogue

Vogue

iOS

Some of these are hybrid native/React Native apps. If you built a popular application using React Native, we'd love to have your app on this showcase. Check out the guidelines on GitHub to update this page.

Also, a curated list of open source React Native apps is being kept by React Native News.