Skip to content

Instantly share code, notes, and snippets.

View duylinhdang1998's full-sized avatar

Dang Duy Linh duylinhdang1998

View GitHub Profile
import React, {useImperativeHandle, useMemo, useState} from 'react';
import {Platform, StyleSheet, Text, TouchableOpacity, View} from 'react-native';
import Block from '../../../components/Block';
import Picker from '@gregfrench/react-native-wheel-picker';
import Spacer from '../../../components/Spacer';
import {colors, shareStyles} from '../../../constants/theme';
import Icon from 'react-native-vector-icons/MaterialCommunityIcons';
import moment from 'moment';
const lengthYear = 4;