Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

innerRef not working on RN 0.63.2, React version 16.13.1. #49

Open
Giosanu opened this issue Sep 15, 2020 · 0 comments
Open

innerRef not working on RN 0.63.2, React version 16.13.1. #49

Giosanu opened this issue Sep 15, 2020 · 0 comments

Comments

@Giosanu
Copy link

Giosanu commented Sep 15, 2020

  _ref = ref => {
    if (typeof this.props.innerRef === 'function' && ref && ref._component) {
      this.props.innerRef(ref._component);
    }
  };

I believe this function doesn't work anymore on the newest version of RN...

It worked just fine on 60.5, but now I can't manage to get the scrollable component reference anymore..

I need to access the scrollToEnd function..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant