Using Navigation.push with options
bottomTabs: {
visible: false
}
from a root bottomTabs child page with ScrollView or FlatList, when I call Navigation.pop from the stacked page, the area just above the bottomTabs flickers when returning to the root child page.
Related issues seem to be:
This needs fixing please.
@jjbeach did you manage to get this fixed?
Hey @steverob sorry for the delay, I was on vacation last week. I haven't been able to get it solved in v2 yet. I'm just going to wait until a stable version is released before I fully move over to v2.
Any idea what could be the root cause of this? We are experiencing this across all devices when using a scroll view.
Exmaple Code:
<ScrollView>
{getContactDetailsSections(this.props.contact)
.map(
this.renderSection,
)}
</ScrollView>
Try the solution I posted here: https://github.com/wix/react-native-navigation/issues/3545
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you believe the issue is still relevant, please test on the latest version and report back. Thank you for your contributions.
The issue has been closed for inactivity.
+1 reopen plz
Most helpful comment
This needs fixing please.