nishan (o^▽^o)

Results 21 issues of nishan (o^▽^o)

Thanks for this coool plugin. This is something I didn't know I needed. 😆 🙏 I am not sure whether this should be merged but opening a PR here to...

The below screen recording demonstrates the bug reproduction. https://user-images.githubusercontent.com/23293248/129330590-4eff19d3-2f8a-4e72-8526-08044876c158.mov ## Reason On Android, we're using RN's Modal to show the Overlay instead of using OverlayContainer. This has been done for...

v3

### Current Behavior Hi all! The below video shows the demo of the issue. https://user-images.githubusercontent.com/23293248/180949697-6070faec-2c1a-47a1-93ed-748d0e8f2674.mov I think it fails to listen to the initial deep link signature request on app...

Closes ## ✅ Pull Request Checklist: - [ ] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [ ] Added/updated unit tests and storybook for this change (for new...

[Issue link](https://github.com/necolas/react-native-web/issues/1899) - Tested example and updated test cases. - Verified reset styles, tabIndex, and disabled props.

has: pr
project:react-native-web

### Introduction React Native portals would allow to render a component into a different native hierarchy while preserving the context and react tree hierarchy. This feature already exists in the...

## Description We upgraded reanimated to 2.8.0 from 2.4.1 and saw a weird issue. The issue is mainly arising with passing multiple `useAnimatedStyle` as array in style prop. It doesn't...

Platform: Android
Platform: iOS
Needs review
Repro provided

## Description - This PR attempts to make android PinchGestureHandler consistent with iOS's implementation. i.e. Do not move PinchHandler to `end` state when a finger is lifted. - This issue...

## Description This PR attempts to fix `onStart` callback on android with `PinchGestureHandler` and resolve the below inconsistency on android and iOS. Fixes https://github.com/software-mansion/react-native-gesture-handler/issues/553 ### On iOS - onStart callback...

I loved the project and used it in my form to select image but I needed an update form functionality too which is a pretty general scenario, so I had...