mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-13 22:30:41 +08:00
chore: run prettier
This commit is contained in:
@@ -29,8 +29,8 @@ const DEFAULT_TRANSITION = (
|
||||
|
||||
interface Props {
|
||||
navigationConfig: {
|
||||
transition?: React.ReactNode,
|
||||
transitionViewStyle?: ViewStyle,
|
||||
transition?: React.ReactNode;
|
||||
transitionViewStyle?: ViewStyle;
|
||||
};
|
||||
navigation: NavigationProp<NavigationState>;
|
||||
descriptors: { [key: string]: NavigationDescriptor };
|
||||
|
||||
Reference in New Issue
Block a user