import React, { Component, Fragment } from "react"; import { StyleSheet, View, FlatList, Image, Text} from "react-native"; import { Appbar, TextInput, Caption, List, Button} from "react-native-paper"; import { Formik } from 'formik'; import * as yup from 'yup'; import DatePicker from 'react-native-date-picker'; const DATE_SCHEMA = yup.object().shape({ start_date: yup.string() .required('Start Date Required'), end_date: yup.string() .required('End Date Required'), }); const IMAGE = require("../assets/voice/flag-blue.png"); export default class AlertButton extends Component { state = { start_date...
A Passionate full stack developer with 7 years of amazing experience in full stack application development and expertise in technologies like React Native, NextJS, ReactJS, Codeigniter, PHP , NodeJs. He has huge craze in learning new things about technologies and constantly shares his knowledge with others.