feat: new expense navigation
This commit is contained in:
parent
0c07dcc714
commit
9ec5755f96
10 changed files with 68 additions and 24 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import { View, Text, ViewProps, StyleSheet, Button } from 'react-native'
|
||||
import { View, Text, ViewProps, StyleSheet, Button, TouchableOpacity, TextInput } from 'react-native'
|
||||
import React from 'react'
|
||||
import { TextInput, TouchableOpacity } from 'react-native-gesture-handler'
|
||||
import { AntDesign } from '@expo/vector-icons';
|
||||
import { useThemeColor } from '../../../hooks/hooks';
|
||||
import { SIZES } from '../../../constants/theme';
|
||||
|
|
|
|||
Reference in a new issue