Browse Source

second commit.1

master
Irul24 1 year ago
parent
commit
2011651a49
  1. 9
      src/component/draftPJU.tsx

9
src/component/draftPJU.tsx

@ -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 = [

Loading…
Cancel
Save