diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index a6367cd802..86bce7d1aa 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -499,6 +499,7 @@ export interface LayoutAnimationTypes { easeInEaseOut: string; easeIn: string; easeOut: string; + keyboard: string; } export interface LayoutAnimationProperties {