Update index.d.ts

The `keyboard` animation type is added here. This is a valid type as described here: https://medium.com/@philipshen13/react-native-layoutanimation-267489b67a20 (check the section `LayoutAnimation.types`)
This commit is contained in:
Spencer Kingman
2018-11-14 10:16:53 -05:00
committed by GitHub
parent c59c711d65
commit 0d01e43497

View File

@@ -499,6 +499,7 @@ export interface LayoutAnimationTypes {
easeInEaseOut: string;
easeIn: string;
easeOut: string;
keyboard: string;
}
export interface LayoutAnimationProperties {