react-native-dialog-component icon indicating copy to clipboard operation
react-native-dialog-component copied to clipboard

A react native dialog component support custom animation for IOS & Android.

Results 11 react-native-dialog-component issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, When I dismiss a dialog via `DialogManager.dismiss(() => { console.log('callback - dismiss'); });` the dialog is dismissed but i m getting error. screenshot attached. ![screenshot_20180518-131147](https://user-images.githubusercontent.com/11060139/40222496-4ac465a4-5a9d-11e8-83be-e9dd9e6ead48.png)

I can assign callbacks to buttons in dialogs created with ```DialogManager```. But I'm not sure its possible to keep TextInput state in ```DialogManager.show()``` (which I think not possible.) This is...

Hi, How can I dismiss the dialog with animation? thanks.

hello, i try to edit the height of overlay because, when I do it with ScrollView, it made me an empty space between Dialogue and the main page ![screenshot_1503316233](https://user-images.githubusercontent.com/15127303/29517950-b889fd42-8677-11e7-9ee5-0868e182e382.png) Someone...

When use DialogManager.dismiss(), dialog width expand to fullscreen then dismiss

Could anyone help me with this problem. Here is my code. ` DialogManager.show({ title: "Delete this vehicle", titleTextStyle: { fontFamily: "Play", color: "white", fontSize: moderateScale(22) }, titleAlign: "top", animationDuration: 200,...

Imagine A and B some dialog configurations (with different styling, childs, texts) : 1) Use DialogManager.show(A) 2) do DialogManager.dismiss(callback) 3) in callback do DialogManager.show(B) Result: A closes, then B appears...

Hi , when i import ``` import DialogManager, { ScaleAnimation, DialogContent } from 'react-native-dialog-component'; ``` i get error undefined is not a function and when i clean this line project...

Updated dependencies to latest versions. And since the code is pure JS, it's safe to mark RN and React dependencies versions as *