Varun Gupta

Results 31 comments of Varun Gupta

@Noitidart I am experiencing the above abort with `cancelable` set to `false` also. Please let me know if you have any ideas about could be wrong since I am not...

Below are the exact arguments: ```javascript const options = { title: 'Respond', content: null, positiveText: 'Accept', positiveColor: '#039BE5', negativeText: 'Decline', negativeColor: '#039BE5', neutralText: 'Later', neutralColor: '#039BE5', cancelable: true // I...

@Noitidart I was looking at the code in `DialogAndroid.java` file. I see below method ```java @ReactMethod public void list(ReadableMap options, final Callback callback) ``` but it is not used anywhere....

@Noitidart I use `implementation "com.android.support:appcompat-v7:27.1.1"` and build against version `27.0.3`. I think the problem is with the `dismissListener`. Like I said earlier, it is not reproducible on all devices but...

Okay. I think due to limitation of `react-native` due to which a callback can't be called twice, we should avoid running into it by removing the `dismissListener` and recommend users...

@vonovak I thought about events also but the problem with events is that it will be hard to match the event to the dialog box. For e.g. there are two...

@Noitidart Sorry for the late response. I didn't see your messages till now. I am not sure how would removing `onPositive`, `onNegative` or `onNeutral` help because I was any way...

I have never used negative padding or margins in css before but I guess you mean to just give a negative number instead of a positive number for the margin/padding...

@gabrielkunkel I see the issue on Firefox but not on Chrome. You may want to refresh the page and run the exercise again in Chrome to discard any stale state...

I did try that but that doesn't fix it either. Also, I don't want to rerun the effect meaning attach the event listener again when the value of these states...