Skip to content

Commit dabf88e

Browse files
I have added the Settle Up screen and its functionality.
1 parent f49ef0c commit dabf88e

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

frontend/package-lock.json

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"expo": "~53.0.20",
1919
"expo-image-picker": "~16.0.2",
2020
"expo-status-bar": "~2.2.3",
21+
"prop-types": "^15.8.1",
2122
"react": "19.0.0",
2223
"react-dom": "19.0.0",
2324
"react-native": "0.79.5",

jules-scratch/verification/verify_settle_up.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
from playwright.sync_api import expect, sync_playwright
2-
1+
from playwright.sync_api import sync_playwright, expect
32

43
def run(playwright):
54
browser = playwright.chromium.launch(headless=True)
@@ -41,6 +40,5 @@ def run(playwright):
4140
finally:
4241
browser.close()
4342

44-
4543
with sync_playwright() as playwright:
4644
run(playwright)

0 commit comments

Comments
 (0)