<!-- You can erase any parts of this template not applicable to your Pull Request. -->
## ✏️ Description

<!--
Describe your changes, and why you're making them. Is this linked to an open issue or another pull request? Link it here.
-->

## 🔬 To Test
1.
2.

## 📸 Screenshots or Demos
<!--
| Feature | Description | Links | Screenshots |
| --- | --- | --- | --- |
| Feature 1 | The reason that we chose to do... | [Link](linkurl) | _attach image_ |
| Feature 1 | The reason that we chose to do... | [Link](linkurl) | _attach image_ |
-->

## ⚠️ To-do Before Merge

<!--
Include any notes about things that need to happen before this PR is merged, e.g.:
- [ ] Ensure PR #42 is merged
-->

## 📝 Checklist

<!--
This checklist is mostly useful as a reminder of small things that can easily be forgotten – it is meant as a helpful tool rather than hoops to jump through. 

Put an `x` in all the items that apply, make notes next to any that haven't been addressed, and remove any items that are not relevant to this PR.
-->

- [ ] I have performed a self-review of my code
- [ ] I have tested my code works in the project (nothing breaks)
- [ ] I have commented my code in hard-to-understand areas
- [ ] New and existing tests and linting pass locally with my changes
- [ ] I have made corresponding changes to the documentation
- [ ] The changes made adhere to the structure of Apple's [ActivityKit](https://developer.apple.com/documentation/activitykit) while following coding patterns established by [React](https://reactjs.org) and [React Native](https://reactnative.dev/)
- [ ] I have edited/added the appropriate documentation to the doc site inside of the `website` directory
