mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-29 04:45:19 +08:00
fix: import animated from react-native-reanimated
This commit is contained in:
@@ -13,7 +13,8 @@ import type {
|
|||||||
StackNavigationState,
|
StackNavigationState,
|
||||||
} from '@react-navigation/native';
|
} from '@react-navigation/native';
|
||||||
import type * as React from 'react';
|
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 = {
|
export type StackNavigationEventMap = {
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user