Merge branch '35-navbar-etwas-zu-hoch-auf-iphone' into 'main'
Resolve "navbar etwas zu hoch (auf iphone)" Closes #35 See merge request thschleicher/interaktive-systeme!16
This commit is contained in:
commit
4226bd515f
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ export default function Page() {
|
||||||
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<SafeAreaView style={styles.safeAreaViewStyle}>
|
<SafeAreaView edges={["left", "right", "top"]} style={styles.safeAreaViewStyle}>
|
||||||
{plusShow && <Plus onPress={()=>{
|
{plusShow && <Plus onPress={()=>{
|
||||||
// router.push("/(tabs)/home/addItem");
|
// router.push("/(tabs)/home/addItem");
|
||||||
newExpense("Test Title", "3b33b8ac-5fc1-43e5-81fc-cf61628861f7", "69.69.1234", 100).then(() => {
|
newExpense("Test Title", "3b33b8ac-5fc1-43e5-81fc-cf61628861f7", "69.69.1234", 100).then(() => {
|
||||||
|
|
|
||||||
Reference in a new issue