Ibrahim Azhar Armar

Results 4 issues of Ibrahim Azhar Armar

**I'm submitting a ...** (check one with "x") ``` [*] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check...

# Bug report - [ ✓] I've checked the [example](https://github.com/react-native-webrtc/react-native-callkeep/tree/master/example) to reproduce the issue. - Reproduced on: - [✓ ] Android - [ ] iOS ## Description backToForeground does not...

I am on RN 0.61, indicators works fine on iOS, however on Android animation does not work, it shows only static loader without any animation.

I am using the library with following code ``` DatePickerPopover(title: "Date Of Birth") .setDateMode(.date) .setSelectedDate(startDate!) .setMaximumDate(today) .setDoneButton(title: "Done", color: .red, action: { popover, selectedDate in self.selectedDOB = selectedDate self.dobPickerLabel.text =...