Fix scroll-to-top in MarketPlace

Reviewed By: weicool

Differential Revision: D2779979

fb-gh-sync-id: 72982a8f3142fa2cfd60fe4f68bbe1a42fc793c2
This commit is contained in:
Pieter De Baets 2015-12-23 12:39:15 -08:00 committed by facebook-github-bot-2
parent 3872e5fd93
commit ae2f556c71
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ class YellowBox extends React.Component {
];
return (
<View style={inspector ? styles.fullScreen : listStyle}>
<ScrollView style={listStyle}>
<ScrollView style={listStyle} scrollsToTop={false}>
{rows}
</ScrollView>
{inspector}