I am using Alert.alert()
for displaying alert in react native ios.
Problem i am facing is that if tow alert of same message appears they appear one above the other.
While in android second alert appear after dismissing the first one.
Anyway to make it behave like android in ios?