feat: better logs

- added ability to write debug logs for development builds
- added filtering to log page
- modified filter button to allow for multiple selection if required
This commit is contained in:
herrrta
2025-03-28 19:03:36 -04:00
parent 587d419502
commit 1394eae01e
27 changed files with 204 additions and 133 deletions

View File

@@ -6,10 +6,10 @@
"submodule-reload": "git submodule update --init --remote --recursive",
"clean": "echo y | expo prebuild --clean",
"start": "bun run submodule-reload && expo start",
"ios": "EXPO_TV=0 expo run:ios",
"ios:tv": "EXPO_TV=1 expo run:ios",
"android": "EXPO_TV=0 expo run:android",
"android:tv": "EXPO_TV=1 expo run:android",
"ios": "EXPO_TV=0 DEBUG=1 expo run:ios",
"ios:tv": "EXPO_TV=1 DEBUG=1 expo run:ios",
"android": "EXPO_TV=0 DEBUG=1 expo run:android",
"android:tv": "EXPO_TV=1 DEBUG=1 expo run:android",
"prebuild": "EXPO_TV=0 bun run clean",
"prebuild:tv": "EXPO_TV=1 bun run clean",
"prepare": "husky",
@@ -74,6 +74,7 @@
"react-native-awesome-slider": "^2.9.0",
"react-native-bottom-tabs": "0.8.6",
"react-native-circular-progress": "^1.4.1",
"react-native-collapsible": "^1.6.2",
"react-native-compressor": "^1.10.3",
"react-native-country-flag": "^2.0.2",
"react-native-device-info": "^14.0.4",