Skip to content

Add the possibility to remove UI native animations #599

@sirusbaladi

Description

@sirusbaladi

Introduction

It's now popular in many apps to have the sign up / log in screen with the keyboard already open and with inputs in autofocus. It is great from a UX perspective. Currently there's no way to have the immediately keyboard immediately open in a new screen without seeing the "sliding up" animation.

Details

Something that corresponds to [UIView setAnimationsEnabled:NO]; which is the way to disable the animation for iOS, or setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE); for Android.

Discussion points

There are few people that asked about this:
https://stackoverflow.com/questions/71578015/keyboard-automatically-shown-after-open-the-screen
https://stackoverflow.com/questions/45581681/how-to-disable-keyboard-appearance-animation-in-react-native

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