|
|
|
@ -26,7 +26,14 @@ import AwesomeAlert from 'react-native-awesome-alerts'; |
|
|
|
import NetInfo from "@react-native-community/netinfo"; |
|
|
|
import NetInfo from "@react-native-community/netinfo"; |
|
|
|
import Moment from 'moment'; |
|
|
|
import Moment from 'moment'; |
|
|
|
import RNFetchBlob from 'rn-fetch-blob'; |
|
|
|
import RNFetchBlob from 'rn-fetch-blob'; |
|
|
|
|
|
|
|
import { MenuProvider } from 'react-native-popup-menu'; |
|
|
|
|
|
|
|
import { |
|
|
|
|
|
|
|
Menu, |
|
|
|
|
|
|
|
MenuOptions, |
|
|
|
|
|
|
|
MenuOption, |
|
|
|
|
|
|
|
MenuTrigger, |
|
|
|
|
|
|
|
} from 'react-native-popup-menu'; |
|
|
|
|
|
|
|
import React from 'react'; |
|
|
|
type sendListDataProps = {route: any,navigation: any}; |
|
|
|
type sendListDataProps = {route: any,navigation: any}; |
|
|
|
function DraftListScreen({route,navigation}: sendListDataProps) { |
|
|
|
function DraftListScreen({route,navigation}: sendListDataProps) { |
|
|
|
const survey_Type = [ |
|
|
|
const survey_Type = [ |
|
|
|
|