Skip to content

Commit

Permalink
Merge branch 'master' into IOPID-2798-bottomsheet-logout
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladirico authored Mar 5, 2025
2 parents 13a04f5 + 087c872 commit aebbd63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 326 deletions.
210 changes: 0 additions & 210 deletions ts/components/ForceScrollDownView.tsx

This file was deleted.

114 changes: 0 additions & 114 deletions ts/components/__tests__/ForceScrollDownView.test.tsx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
import { FooterActions, VSpacer } from "@pagopa/io-app-design-system";
import {
FooterActions,
ForceScrollDownView,
VSpacer
} from "@pagopa/io-app-design-system";
import { RouteProp, useRoute } from "@react-navigation/native";
import * as O from "fp-ts/lib/Option";
import { pipe } from "fp-ts/lib/function";
import { useEffect } from "react";
import { StyleSheet, View } from "react-native";
import { ForceScrollDownView } from "../../../../components/ForceScrollDownView";
import IOMarkdown from "../../../../components/IOMarkdown";
import ItemSeparatorComponent from "../../../../components/ItemSeparatorComponent";
import { useHeaderSecondLevel } from "../../../../hooks/useHeaderSecondLevel";
Expand Down

0 comments on commit aebbd63

Please sign in to comment.