diff --git a/src/components/icons/ErrorIcons.tsx b/src/components/icons/ErrorIcons.tsx new file mode 100644 index 0000000..c3dc64e --- /dev/null +++ b/src/components/icons/ErrorIcons.tsx @@ -0,0 +1,16 @@ +import Box from "@components/bases/Box"; +import { images } from "@styles/Commons"; +import { Image } from "react-native"; + +const ErrorIcon = () => { + return ( + + + + ); +}; + +export default ErrorIcon; diff --git a/src/components/modals/ErrorModal.tsx b/src/components/modals/ErrorModal.tsx new file mode 100644 index 0000000..f68483a --- /dev/null +++ b/src/components/modals/ErrorModal.tsx @@ -0,0 +1,38 @@ +import Button from "@components/Button"; +import Box from "@components/bases/Box"; +import ErrorIcon from "@components/icons/ErrorIcons"; +import { Text } from "react-native"; + +const ErrorModal = () => { + return ( + + + Une erreur s'est produite + +