Reputation: 4972
I'm familiar with React Native's Alert API, however, I'm looking for something more along the lines of what Instagram has. Is the following possible with the current version of React Native?
Upvotes: 1
Views: 286
Reputation: 53691
Yes, you can do this with ActionSheetIOS.
For a cross platform solution check out this action sheet by Exponent.
Upvotes: 2