Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

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

@Giosanu

Description

@Giosanu
  _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..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions