question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

scrollToBottom's custom scrollToBottomStyles not working

See original GitHub issue

Issue 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:closed
  • Created 4 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
msqarcommented, Sep 27, 2019

@IWTBCAdeveloper this has been merged now, but now we have to wait for the next release.

1reaction
msqarcommented, Sep 19, 2019

@IWTBCAdeveloper still waiting for this to be merged. Nice to see more people interested in this.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found