Skip to main content
Version: 3.0.x

setShowAnimationDelay

Use setShowAnimationDelay method, to customize delay of show offset animation with delay value in ms.

Parameters

TypeRequiredDescription
numberno (defaults to 0)show offset animation delay

Example

import { AvoidSoftInput } from "react-native-avoid-softinput";

AvoidSoftInput.setShowAnimationDelay(200);