Skip to content

Fix updated at on mobile#2406

Merged
Simek merged 3 commits intoreact-native-community:mainfrom
cornejobarraza:fix/mobile-updated-at
Apr 24, 2026
Merged

Fix updated at on mobile#2406
Simek merged 3 commits intoreact-native-community:mainfrom
cornejobarraza:fix/mobile-updated-at

Conversation

@cornejobarraza
Copy link
Copy Markdown
Contributor

📝 Why & how

Missed some spacing issues with <UpdatedAtView /> when fixing the bookmark button on PR #2400:

Before After
popular_before popular_after

I also fixed a typo in the component file itself, it was named UpdateAtView.tsx instead of UpdatedAtView.tsx

✅ Checklist

  • Documented how you found or replicated the issue.
  • Explained how you fixed the issue or built the feature.
  • Described how to use or verify the change.

@Simek
Copy link
Copy Markdown
Member

Simek commented Apr 23, 2026

Hey thanks for the follow up!

Just tested the change locally, and it looks like the change did not fix the issue on the trending page (in desktop view):

Screenshot 2026-04-23 231940

Comment thread components/Library/index.tsx Outdated
<View
style={[
tw`mb-3 flex-row items-center justify-between gap-6`,
!isSmallScreen && tw`pr-10`,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, let's retain the original spacing - 8 instead of 10.

@cornejobarraza
Copy link
Copy Markdown
Contributor Author

Just pushed a change that should take care of that and restore the original padding value

Copy link
Copy Markdown
Member

@Simek Simek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the follow-up update, and for the name correction! 👌

@Simek Simek merged commit 24cc0d7 into react-native-community:main Apr 24, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants