Skip to content

reactNode is null #11

@tastycode

Description

@tastycode

When following the instructions listed in the readme, on react-native 0.24, on iOS. I get the following message

image

I've traced it down to

_onTextFieldFocused(event, reactNode) {
   this.refs.scroll.scrollToFocusedInput(event, reactNode)
}

When I step into this function, after onFocus={this._onTextFieldFocused} is triggered. event is a ReactSyntheticEvent and reactNode is not defined. It seems that scrollToFocusedInput fails because no reactNode is present.

Any tips?

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