fix: import animated from react-native-reanimated

This commit is contained in:
Zhigang Fang
2021-06-25 20:36:10 +08:00
committed by GitHub
parent 4c16083d51
commit fbfed01098

View File

@@ -13,7 +13,8 @@ import type {
StackNavigationState,
} from '@react-navigation/native';
import type * as React from 'react';
import type { Animated, StyleProp, TextStyle, ViewStyle } from 'react-native';
import type { StyleProp, TextStyle, ViewStyle } from 'react-native';
import type * as Animated from 'react-native-reanimated';
export type StackNavigationEventMap = {
/**