-
Notifications
You must be signed in to change notification settings - Fork 644
Closed
Description
When following the instructions listed in the readme, on react-native 0.24, on iOS. I get the following message
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
Labels
No labels