crpt
This commit is contained in:
@@ -12,13 +12,7 @@ function MoneyScreen() {
|
||||
return (
|
||||
<View>
|
||||
<Text style={{fontSize: 36}}>Money</Text>
|
||||
<BasicButton
|
||||
onPress={() => {
|
||||
console.log("Button pressed");
|
||||
}}
|
||||
label={"Press me"}
|
||||
|
||||
/>
|
||||
</View>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user