[react-native]fix raw event arg ignored error

This commit is contained in:
Yu
2017-11-03 16:58:44 +08:00
committed by GitHub
parent b67c928904
commit 79325cc167

View File

@@ -7981,7 +7981,7 @@ export namespace Animated {
config?: ParallelConfig
): CompositeAnimation;
type Mapping = { [key: string]: Mapping } | AnimatedValue;
type Mapping = { [key: string]: Mapping } | AnimatedValue | null;
interface EventConfig {
listener?: ValueListenerCallback;
useNativeDriver?: boolean;