Skip to content

Fix blank space on for-you and implement headers and explore tag components

Martin Santangelo requested to merge fix-blank-foryou into expo-migration

Ticket(s) / Related Merge Requests

#5356 (closed) #5345 (closed)

Summary of Changes

  • Fixed the gaps on the for-you tab: This was caused by a backend problem, it is returning repeated posts I solved it by changing the key generations to use the index on that tab
  • Optimized the feed recycling of items by changing the implementation of getItemType
  • Added support for in-feed components (Headers and ExploreTag)

Testing Considerations

  • check issues

Regression Scope

Feed

Platform Affected (web, mobile, etc)

both

Developer Testing Completed

ios

Screenshots

Simulator_Screenshot_-iPhone_15_Pro-_2024-01-16_at_15.03.22

Simulator_Screenshot_-iPhone_15_Pro-_2024-01-16_at_15.03.17

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Merge request reports