mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-12 17:43:08 +08:00
fix: import animated from react-native-reanimated
This commit is contained in:
@@ -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 = {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user