Skip to content

Commit 4adf84b

Browse files
committed
Revert "This commit fixes several bugs in the unequal split functionality and adds a feature to select who paid for an expense."
This reverts commit 4068a50.
1 parent 4068a50 commit 4adf84b

File tree

6 files changed

+363
-114
lines changed

6 files changed

+363
-114
lines changed

.github/workflows/preview.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Create EAS Preview
33
on:
44
pull_request:
55

6+
permissions:
7+
contents: read
8+
pull-requests: write
9+
610
jobs:
711
preview:
812
runs-on: ubuntu-latest

frontend/app.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
},
2525
"web": {
2626
"favicon": "./assets/favicon.png"
27-
}
27+
},
28+
"extra": {
29+
"eas": {
30+
"projectId": "afe97159-52c4-425a-9ce3-c56d4f2cb568"
31+
}
32+
},
33+
"owner": "devasy23"
2834
}
2935
}

frontend/package-lock.json

Lines changed: 186 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
"react-native": "0.79.5",
2020
"react-native-paper": "^5.14.5",
2121
"react-native-safe-area-context": "^5.5.2",
22-
"react-native-screens": "^4.13.1"
22+
"react-native-screens": "^4.13.1",
23+
"react-dom": "19.0.0",
24+
"react-native-web": "^0.20.0",
25+
"@expo/metro-runtime": "~5.0.4"
2326
},
2427
"devDependencies": {
2528
"@babel/core": "^7.20.0"

0 commit comments

Comments
 (0)