react-native-dialog-component
react-native-dialog-component copied to clipboard
A react native dialog component support custom animation for IOS & Android.
Hi, When I dismiss a dialog via `DialogManager.dismiss(() => { console.log('callback - dismiss'); });` the dialog is dismissed but i m getting error. screenshot attached. 
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  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 *