## Description
<!-- Provide a brief description of the changes in this PR -->

## Type of Change
<!-- Mark the relevant option with an "x" -->
- [ ] Bug fix (fix)
- [ ] New feature (feat)
- [ ] Code refactor (refactor)
- [ ] Documentation update (docs)
- [ ] Test update (test)
- [ ] Tooling change (chore)

## Related Issue
<!-- Link to the related issue if applicable -->
Fixes #

## Testing
<!-- Describe how you tested these changes -->
- [ ] Tested with the example app
- [ ] Verified on iOS
- [ ] Verified on Android
- [ ] Linters passing
- [ ] Tests passing

## Checklist
- [ ] My code follows the conventional commits specification
- [ ] I have updated the documentation accordingly
- [ ] My changes generate no new warnings
- [ ] I have kept this PR focused on a single change
