first tests
This commit is contained in:
parent
66d33ce07e
commit
55c9f605ff
11 changed files with 14523 additions and 84 deletions
10
app/expenses.jsx
Normal file
10
app/expenses.jsx
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { View, Text } from 'react-native'
|
||||
import React from 'react'
|
||||
|
||||
export default function Expenses() {
|
||||
return (
|
||||
<View>
|
||||
<Text>Expenses</Text>
|
||||
</View>
|
||||
)
|
||||
}
|
||||
Reference in a new issue