AndrewHenderson
AndrewHenderson

Reputation: 4972

Does React Native offer an API for a Dialog?

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?

enter image description here

Upvotes: 1

Views: 286

Answers (2)

Codesingh
Codesingh

Reputation: 3384

I think i got something for you :

1)react-native-actionsheet

2)rnkit-alert-view

Cheers:)

Upvotes: 2

Nader Dabit
Nader Dabit

Reputation: 53691

Yes, you can do this with ActionSheetIOS.

For a cross platform solution check out this action sheet by Exponent.

enter image description here

Upvotes: 2

Related Questions