Skip to content

currentlyFocusedField is deprecated and will be removed in a future release. Use currentlyFocusedInput #440

@VirtualDOMinic

Description

@VirtualDOMinic

In the latest RN release (0.63.0) I get the following error when moving focus from one textinput to another when inside RNKASV.

The fix might just require find & replace all instances (or at least the right side of line 495 below) of currentlyFocusedField with currentlyFocusedInput in the HOC...

const currentlyFocusedField = TextInput.State.currentlyFocusedField()

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