Commit Graph

36 Commits

Author SHA1 Message Date
bfd96d9ccc Automatically organize imports 2024-02-03 20:30:00 -07:00
2276605e6d Actually respect prettier configuration 2024-02-03 20:23:54 -07:00
Loewy
56733c854c add record entry screen/modal and required nav flow 2024-02-02 18:52:19 -08:00
23f0beb646 Add onVideoChunkReady 2024-02-01 19:43:44 -07:00
Loewy
9187021cda add pod for VisionCamera & other ios config, update expo-constants version 2024-02-01 16:12:47 -08:00
Loewy
c882786726 Merge branch 'master' into loewy/rn-navigation 2024-02-01 11:42:50 -08:00
06f1aad38e Lint/tsc fixes 2024-02-01 00:58:23 -07:00
85b1cb8759 Close 2024-01-31 22:45:00 -07:00
Loewy
e221ef070f app navigator, tab navigator, session screen, minimal config on tabs & container 2024-01-31 15:55:33 -08:00
Loewy
6b547c4ddd add types, rebase 2024-01-30 17:05:43 -08:00
Loewy
63ef099dc3 add button to change orientation of camera -- passed to props -- needs to be set up 2024-01-30 16:35:47 -08:00
Loewy
f9111ffe5e tested on emulator, works on some physical devices, will record + save to local camera roll & produce logs 2024-01-30 14:18:19 -08:00
Loewy
cd3329baae add logs, try removing props from Camera component 2024-01-30 14:18:19 -08:00
Loewy
feafd48443 working on emulator but crashing on physical device after calling startRecording 2024-01-30 14:18:19 -08:00
Loewy
eb152bc6c7 boots on android, no recording/file logging/etc, just camera access and button ui 2024-01-30 14:18:19 -08:00
Loewy
b80b05fbd8 add line graph, associated changes to utils/config/styles & test 2024-01-18 16:21:01 -08:00
Loewy
9d5164bd13 add vertical option for custom-grid, add dev docs 2024-01-18 13:21:39 -08:00
ec6d36b44c ChartLabel -- graph helper component to render title + labels for a chart/graph (#30)
-- question: helper functions can be used directly in chartLabel OR I could have them be part of useGraphData hook since this component will be called on a graph.

image: shows the Chart Label up top with capital cased keys/labels and color boxes

FIXES #29

Co-authored-by: Loewy <loewy@chainstarters.com>
Reviewed-on: billnerds/rn-playground#30
Reviewed-by: Kat Huang <kkathuang@gmail.com>
Co-authored-by: loewy <loewymalkov@gmail.com>
Co-committed-by: loewy <loewymalkov@gmail.com>
2024-01-17 14:29:28 -07:00
Loewy
9a61ea59b2 fix import issue caused by renaming 2024-01-15 18:05:21 -08:00
Loewy
5dc141a14a remove index file for now, do default exports in seperate pr 2024-01-15 18:01:50 -08:00
Loewy
a0f8ec156b fix spacing 2024-01-15 17:55:19 -08:00
Loewy
7383c85b58 merge chart-view from master, implement in component 2024-01-15 17:52:10 -08:00
Loewy
aed0faebf0 add bar graph, make changes to customgrid and custombars to match new structure 2024-01-15 17:40:24 -08:00
Loewy
58dfe98448 remove uneeded comment 2024-01-15 13:18:23 -08:00
Loewy
f14ba0e97f chart-view, styles and tests 2024-01-15 13:02:51 -08:00
Loewy
981b5cebca add code, bring over chart view and pr first 2024-01-15 12:33:08 -08:00
Loewy
7faa25e103 update types/naming to reflect intended usage for useGraphData hook 2024-01-15 11:50:20 -08:00
Loewy
12c3a6ef6f add func logic for bar graph 2024-01-15 11:50:20 -08:00
Loewy
a9afd7e0a9 add charts folder in component 2024-01-11 22:59:15 -08:00
Loewy
dee04269bd update tests, change naming 2024-01-10 18:12:58 -08:00
Loewy
6c7ceb3eb3 add tests for helper functions on bar 2024-01-10 18:12:58 -08:00
Loewy
4dda9eb24c add custom-grid and associated files + test - test needs plugin config to work with d3-path and jest 2024-01-10 18:12:58 -08:00
Loewy
2903207670 remove custom grid 2024-01-09 15:42:38 -08:00
Loewy
c0723665af add custom-grid and mock code, add direnv to gitignore 2024-01-09 15:25:36 -08:00
5192212e0e Render fetched shots 2024-01-08 23:52:08 -07:00
78d40f1abc Create with query wrapper 2024-01-08 17:21:47 -07:00