Fix scroll-to-top in MarketPlace
Reviewed By: weicool Differential Revision: D2779979 fb-gh-sync-id: 72982a8f3142fa2cfd60fe4f68bbe1a42fc793c2
This commit is contained in:
parent
3872e5fd93
commit
ae2f556c71
|
@ -262,7 +262,7 @@ class YellowBox extends React.Component {
|
||||||
];
|
];
|
||||||
return (
|
return (
|
||||||
<View style={inspector ? styles.fullScreen : listStyle}>
|
<View style={inspector ? styles.fullScreen : listStyle}>
|
||||||
<ScrollView style={listStyle}>
|
<ScrollView style={listStyle} scrollsToTop={false}>
|
||||||
{rows}
|
{rows}
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
{inspector}
|
{inspector}
|
||||||
|
|
Loading…
Reference in New Issue