Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[router][iOS] Remove unused dateModified field from MetadataOptions #25467

Merged
merged 2 commits into from
Nov 20, 2023

Conversation

tsapeta
Copy link
Member

@tsapeta tsapeta commented Nov 19, 2023

Why

Fixes https://github.com/expo/expo/actions/runs/6915407980/job/18814302536 that started failing due to #25390
The MetadataOptions includes a Field that wraps a Date which is not conforming to AnyArgument because it's not a convertible type (yet).

How

This field doesn't seem to be used on the iOS side, so I think we can just remove it.
I plan to make Date a convertible type in the future.

Test Plan

Expo Go on iOS compiles

@expo-bot expo-bot added the bot: suggestions ExpoBot has some suggestions label Nov 19, 2023
@expo-bot expo-bot removed the bot: suggestions ExpoBot has some suggestions label Nov 19, 2023
@expo-bot expo-bot added the bot: passed checks ExpoBot has nothing to complain about label Nov 19, 2023
@tsapeta tsapeta marked this pull request as ready for review November 19, 2023 14:55
@tsapeta tsapeta merged commit 6351164 into main Nov 20, 2023
10 checks passed
@tsapeta tsapeta deleted the @tsapeta/router-remove-unused-metadata-field branch November 20, 2023 17:08
onizam95 pushed a commit to onizam95/expo-av-drm that referenced this pull request Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: fingerprint changed bot: passed checks ExpoBot has nothing to complain about
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants