hack4impact-uiuc/7000-languages

Users can't be a Learner and Contributor at the same time

ashayp22 opened this issue · 0 comments

A contributor cannot join their own course because React Navigation doesn't allow duplicate Screen keys. We use the course _id as the key, and so if a course shows up twice in all courses associated with a user, we end up with duplicate keys. One potential solution is changing how we come up with keys.