Skip to content

[DeviceEventEmitter] How to use keyboard easing #4812

@magicismight

Description

@magicismight
DeviceEventEmitter.addListener('keyboardWillShow', this._keyboardWillShow.bind(this));

when keyboardWillShow event fired.It will pass an argument with an easing attribute inside.
just like

_keyboardWillShow = (e) => {
    // e.easing === 'keyboard';
}

so.How to do animtion with keyboard easing,or this easing attribute has no usage at all?
If this easing attribute has nothing to do with Animated easing,what`s the point of passing it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions