mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 09:45:04 +00:00
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 (
|
||||
<View style={inspector ? styles.fullScreen : listStyle}>
|
||||
<ScrollView style={listStyle}>
|
||||
<ScrollView style={listStyle} scrollsToTop={false}>
|
||||
{rows}
|
||||
</ScrollView>
|
||||
{inspector}
|
||||
|
Loading…
x
Reference in New Issue
Block a user