jlyman / react-native-rating-requestor

A React Native component to prompt users for a rating after positive interactions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS vs Android button ordering

farazs opened this issue · comments

The code uses button ordering for Android ie. [bottom, middle, top]. On iOS the button ordering for alert is [top, middle, bottom] so the accept button is at the bottom which doesn't make much sense from a UX point of view. You want the desirable button to be at the top and the least desirable at the bottom.

There should be a platform check to reverse the order of buttons based on iOS vs Android.