Varun Gupta

Results 15 issues of Varun Gupta

## 🐛 Bug Report I use Swift for my iOS app. I have been using `react-native-navigation` for a few years now for my app and it has worked fine. I...

platform: iOS
needs triage
triage: bug

## 🐛 Bug Report I am running into a strange problem and it may be related to how Javascript works than an issue in `react-native-navigation`. I created a functional component...

needs triage
triage: bug

Just wanted to share the code to move to promises instead of callbacks as discussed in #92 It contains some other changes also that are specific to my use case...

I am experiencing these two exceptions after I migrated to the latest version i.e. `1.0.1`. The errors occur either in the process of showing an alert or when clicking one...

I have been observing the below IllegalArgumentException in the Play Store crashes quite consistently now. I see 4-5 reports of this crash every day on the Play Store. It happens...

I have been observing the below NullPointerException in the Play Store crashes quite consistently now. I see 2-3 reports of this crash every day on the Play Store. It happens...

I am observing a weird styling issue while using SegmentedControl on Android. In the below screenshot, observe that there is a very small part that is white. ![screen shot 2016-10-15...

iOS introduced a new feature called Focus modes in which notifications don't make a sound and don't wake up the screen unless notifications are marked time-sensitive. Notifications can be marked...

iOS 15 introduced time-sensitive notifications which requires `interruptionLevel` to be set on the notification object. Something like shown below: ![image](https://user-images.githubusercontent.com/7475133/144491566-e4e368ea-a2ae-4530-afb0-f6bae893c80b.png) Other interruption levels are `.active` and `.passive`.

*This package has external dependencies of [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) and [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) which must be installed separately. Before opening an issue related to animations or gestures please verify that you have completed ALL...