mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-26 13:25:51 +08:00
Fix scroll-to-top in MarketPlace
Reviewed By: weicool Differential Revision: D2779979 fb-gh-sync-id: 72982a8f3142fa2cfd60fe4f68bbe1a42fc793c2
This commit is contained in:
committed by
facebook-github-bot-2
parent
3872e5fd93
commit
ae2f556c71
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user