scrollToBottom's custom scrollToBottomStyles not working
See original GitHub issueIssue Description
This property is not working and after digging in the files, there is no this.props.scrollToBottomStyles in the container styling. Only the default one.
Shouldn’t this be like this? Or i’m misunderstanding it?
renderScrollToBottomWrapper() {
return (
<View style={[styles.scrollToBottomStyle, this.props.scrollToBottomStyle]}>
<TouchableOpacity
onPress={this.scrollToBottom}
hitSlop={{ top: 5, left: 5, right: 5, bottom: 5 }}
>
{this.renderScrollBottomComponent()}
</TouchableOpacity>
</View>
)
}
Issue Analytics
- State:
- Created 4 years ago
- Comments:6
Top Results From Across the Web
Scroll to bottom not working - Stack Overflow
There is no visible scrolling happening because the element you're trying to scroll isn't overflowing; it's all displayed.
Read more >How to Scroll to Top, Bottom or Any Section in React with a ...
In this hands-on guide, we will learn how to make a React button that allows users to scroll to the top, bottom or...
Read more >overflow - CSS: Cascading Style Sheets - MDN Web Docs
The content can be scrolled programmatically (for example, by setting the value of a property such as scrollLeft or the scrollTo() method), so ......
Read more >Auto Scroll to bottom when item added to editableList not work ...
hi. Auto Scroll to bottom not work for me all other node work for me this issus only in my custom node so...
Read more >Window sizes and scrolling - The Modern JavaScript Tutorial
How do we scroll the page using JavaScript? ... But on that element, for the whole page, these properties do not work as...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@IWTBCAdeveloper this has been merged now, but now we have to wait for the next release.
@IWTBCAdeveloper still waiting for this to be merged. Nice to see more people interested in this.