This commit is contained in:
2025-01-13 05:17:37 +03:00
parent 67209dbb1c
commit 8f585da677
7 changed files with 3 additions and 128 deletions

View File

@@ -12,13 +12,7 @@ function MoneyScreen() {
return (
<View>
<Text style={{fontSize: 36}}>Money</Text>
<BasicButton
onPress={() => {
console.log("Button pressed");
}}
label={"Press me"}
/>
</View>
)
}