Skip to content

Commit

Permalink
Remove unused animationConfigs in ModalStack.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
gewfy committed Jul 20, 2024
1 parent 910327a commit fa3fd7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/lib/navigation/ModalStack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ import SessionModal from '../../routes/modals/SessionModal/SessionModal';
import FeedbackPostModal from '../../routes/modals/FeedbackPostModal/FeedbackPostModal';
import LiveSessionsModal from '../../routes/modals/LiveSessionsModal/LiveSessionsModal';
import UnlockCollectionModal from '../../routes/modals/UnlockCollectionModal/UnlockCollectionModal';
import {ReduceMotion} from 'react-native-reanimated';

const {Navigator, Screen, Group} =
createBottomSheetNavigator<ModalStackProps>();
Expand Down

0 comments on commit fa3fd7a

Please sign in to comment.