Skip to content

Commit

Permalink
refactor: revert import order
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekstosio committed Oct 22, 2024
1 parent c51f636 commit 023f838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import React from 'react';
import {
Animated,
NativeSyntheticEvent,
ViewProps,
View,
TargetedEvent,
TextInputFocusEventData,
ColorValue,
ViewStyle,
Animated,
} from 'react-native';
import { NativeStackNavigatorProps } from './native-stack/types';

Expand Down

0 comments on commit 023f838

Please sign in to comment.