Skip to main content
Version: Next

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);