You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, our Message Requests screen uses a segmented controller to switch between "You might know" and "Spam" sections. While this works well on iOS, Android doesn't have a native equivalent to the segmented controller. We could implement an Android-friendly alternative to ensure a consistent user experience across both platforms, in the meantime, the existing Message Requests view is used on Android.
Currently, our Message Requests screen uses a segmented controller to switch between "You might know" and "Spam" sections. While this works well on iOS, Android doesn't have a native equivalent to the segmented controller. We could implement an Android-friendly alternative to ensure a consistent user experience across both platforms, in the meantime, the existing Message Requests view is used on Android.
We might consider using React Native Paper's SegmentedButtons or React Native Tab View.
Linked to #178 and #658
The text was updated successfully, but these errors were encountered: