Yasin Dahi
Results
2
comments of
Yasin Dahi
Would also be interested in this. Currently, the front camera is only available - making it difficult to "scan" items.
e.g. ``` type SelectedTeamSwitcherProps = { // ...existing props entityName?: string; // e.g., "Course" }; ``` then: ``` function SelectedTeamSwitcher({ entityName = "Team", ...props }: SelectedTeamSwitcherProps) { // ... //...