in AttendableSelect.tsx, lines 38-57, a functional component is defined that acts as a list of attendables. An ItemList component exists as a general "list of things you can click on" and should be used instead if possible.
The ItemList component may need modification if it is missing icons, subtitles, or other features needed for the app's screens.
A link to the file is below. Note that the app's file structure may have changed.
https://github.com/RoboJackets/apiary-react-native/blob/main/Attendance/AttendableSelect.tsx
in AttendableSelect.tsx, lines 38-57, a functional component is defined that acts as a list of attendables. An ItemList component exists as a general "list of things you can click on" and should be used instead if possible.
The ItemList component may need modification if it is missing icons, subtitles, or other features needed for the app's screens.
A link to the file is below. Note that the app's file structure may have changed.
https://github.com/RoboJackets/apiary-react-native/blob/main/Attendance/AttendableSelect.tsx