Hi there,
any idea how to set a value in the CategoryPickerItem?
My idea is to use the ListingEditScreen also for updating an existing item. Currently, in the React Native-course the CategoryPickerItem was used only for creation of new items.
Let’s say I would like to have a “Edit”-button, to update the existing item. So, I need to provide all the values for the fields in the ListingEditScreen. It’s not an issue for all the other fields except the “Category” one.