Skip to content

Commit

Permalink
added toast messages and modal for confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
shreya-mishra committed Aug 9, 2023
1 parent b904d75 commit 151d5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal/CustomModal.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState } from 'react';
import React from 'react';
import { Alert, Modal, StyleSheet, Text, Pressable, View } from 'react-native';
const message = "Press Done button once you verify yourself from My-site"

Expand Down

0 comments on commit 151d5e7

Please sign in to comment.