Closed naiduasn closed 6 years ago
We use the issue tracker exclusively for bug reports and feature requests. This issue appears to be a general usage or support question. Instead, please ask a question on Stack Overflow with the react-native-navigation
tag.
@naiduasn You can try and set contentInsetAdjustmentBehavior
on your scroll view:
<ScrollView contentInsetAdjustmentBehavior="never">...</ScrollView>
You may also need to configure the top bar:
topBar: {
visible: true,
translucent: true, // Important
drawBehind: true,
}
Issue Description
TopBar Yesterday i upgraded RNN from version V2- 2431 to V2 - 2547. The reason for the upgrade is this issue #3803. This happens only for the screens where i have scrollview
Steps to Reproduce / Code Snippets / Screenshots
The render method contains
Environment