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
4376f9dc26
Merge pull request 'Android Firebase-Auth' ( #61 ) from loewy/firebase-auth-integration into master
...
Reviewed-on: railbird/rn-playground#61
2024-01-30 15:02:53 -07:00
Loewy
7f7487836c
add some comments and add text to log output
2024-01-29 14:51:24 -08:00
Loewy
7046b23a27
code tested on android, gets a token, logs a user
2024-01-29 14:51:24 -08:00
6ebceb4ce7
Merge pull request 'Android Firebase SDK set up' ( #55 ) from loewy/android-generate-firebase-sdk into master
...
Reviewed-on: railbird/rn-playground#55
2024-01-29 14:26:59 -07:00
Loewy
3d9845e1b3
revert App.tsx
2024-01-27 15:17:09 -08:00
Loewy
07118a870f
android google-service.json linking
2024-01-27 15:11:42 -08:00
abb718603e
Merge pull request 'Android folders from nix shell' ( #52 ) from loewy/renamed-android-folders into master
...
Reviewed-on: railbird/rn-playground#52
Reviewed-by: Kat Huang <kkathuang@gmail.com>
2024-01-27 15:40:20 -07:00
Loewy
9f170c1186
revert the nix/store hash on gradle.properties
2024-01-27 14:21:02 -08:00
Loewy
94d4f13a28
get android running in nix shell
2024-01-26 16:41:50 -08:00
4c6bf597a9
Merge pull request 'Firebase SDK for iOS -- duplicate' ( #49 ) from loewy/firebase-sdk into master
...
Reviewed-on: railbird/rn-playground#49
2024-01-26 13:19:03 -07:00
Loewy
4c091745dd
rebased with master + reset package json to previous spacing/commands
2024-01-25 17:27:24 -08:00
Loewy
406f6f5cdd
revert commands in package json
2024-01-25 17:08:58 -08:00
Loewy
4250eca710
firebase sdk installation and set up for iOS + connection test
2024-01-25 17:08:58 -08:00
3bd414506a
Merge pull request 'iOS Directory' ( #46 ) from loewy/renamed_ios_folders into master
...
Reviewed-on: railbird/rn-playground#46
Reviewed-by: Kat Huang <kkathuang@gmail.com>
2024-01-25 17:33:13 -07:00
Loewy
a9dbd503e3
build ios directory + rename app.json name and slug
2024-01-25 11:31:21 -08:00
ec0904ffb1
Merge pull request 'Line Graph -- render component' ( #39 ) from loewy/line-graph-render-component into master
...
Reviewed-on: railbird/rn-playground#39
Reviewed-by: Kat Huang <kkathuang@gmail.com>
2024-01-18 20:10:09 -07:00
Loewy
b80b05fbd8
add line graph, associated changes to utils/config/styles & test
2024-01-18 16:21:01 -08:00
d9a4247b8e
Merge pull request 'Update CustomGrid' ( #37 ) from loewy/custom-grid-vertical into master
...
Reviewed-on: railbird/rn-playground#37
Reviewed-by: Kat Huang <kkathuang@gmail.com>
2024-01-18 14:30:46 -07: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
7e7a571f5a
Merge pull request 'Bar Graph Render Component' ( #28 ) from loewy/bar-graph-render into master
...
Reviewed-on: billnerds/rn-playground#28
Reviewed-by: Kat Huang <kkathuang@gmail.com>
2024-01-16 15:16:59 -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
f0b9f8043b
Merge pull request 'ChartView styled component' ( #27 ) from loewy/chart-view into master
...
Reviewed-on: billnerds/rn-playground#27
Reviewed-by: Kat Huang <kkathuang@gmail.com>
2024-01-15 15:52:31 -07: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
4e3a93f126
Merge pull request 'Logic handler for bar graph' ( #21 ) from loewy/bar-graph-data into master
...
Reviewed-on: billnerds/rn-playground#21
Reviewed-by: Kat Huang <kkathuang@gmail.com>
2024-01-15 12:53:32 -07:00
Loewy
c391a07d70
fix lint issue with master rebase
2024-01-15 11:51:43 -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
4c1bd21f3d
Merge pull request 'Support new feature tables' ( #26 ) from support-new-feature-schema into master
...
Reviewed-on: billnerds/rn-playground#26
Reviewed-by: Ivan Malison <ivanmalison@gmail.com>
2024-01-14 17:46:55 -07:00
abfc6c4c47
Support new feature tables
2024-01-14 17:39:25 -07:00
afb2ef21f5
Merge pull request 'Temp remove shot from app' ( #20 ) from remove-shot-component into master
...
Reviewed-on: billnerds/rn-playground#20
2024-01-12 12:04:33 -07:00
06bb8feeb5
Temp remove shot from app
2024-01-12 12:03:48 -07:00
a112586c2d
Merge pull request 'charts folder in component' ( #19 ) from loewy/add-charts-folder into master
...
Reviewed-on: billnerds/rn-playground#19
Reviewed-by: Kat Huang <kkathuang@gmail.com>
2024-01-12 12:02:01 -07:00
Loewy
8d40008e5d
add path
2024-01-11 23:01:05 -08:00
Loewy
a9afd7e0a9
add charts folder in component
2024-01-11 22:59:15 -08:00
28a0426096
Merge pull request 'loewy/custom-bars' ( #18 ) from loewy/custom-bars into master
...
Reviewed-on: billnerds/rn-playground#18
Reviewed-by: Ivan Malison <ivanmalison@gmail.com>
Reviewed-by: Kat Huang <kkathuang@gmail.com>
2024-01-10 19:14:27 -07: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
92258f4925
Merge pull request 'Filter utils to create filter input for query' ( #17 ) from filter-query into master
...
Reviewed-on: billnerds/rn-playground#17
2024-01-10 18:08:19 -07:00