This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# general | |
set clipboard=unnamed | |
set number | |
set incsearch | |
set hlsearch | |
# leader commands | |
let mapleader=" " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
import {Platform, Text, StyleSheet, TextInput, View, TouchableOpacity} from 'react-native'; | |
import {Overlay, Header} from 'react-native-elements'; | |
import DateTimePicker from '@react-native-community/datetimepicker'; | |
import moment from "moment"; | |
export interface IProps { | |
date?: string; | |
placeholder?: string; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$fa-font-path: "~@fortawesome/fontawesome-free/webfonts"; |