wing

Results 9 issues of wing

@minhchu has reported a bug they are facing where an `Unhandled rejection Error: Failed to load url` is thrown. This is similar to #180 however the case is not due...

### Describe the bug #### Background `notifyOnChangeProps` is a query option that determines if the query should notify listeners if query properties change. It has the following type: https://github.com/TanStack/query/blob/1d60d44ad851472d37aaa3eef22ada07e5245989/packages/query-core/src/types.ts#L144-L148 Depending...

types

`undefined` is a valid return value for the function value of `notifyOnChangeProps`. See linked issue for more details. Fixes #7426.

package: query-core

### Description The bottom state of the `KeyboardAvoidingView` component infinitely updates on Android. This is visible when inspecting `KeyboardAvoidingView`'s state in React Native DevTools, it continuously changes value. Or when...

Issue: Author Provided Repro
Platform: Android
Component: KeyboardAvoidingView
API: Keyboard

### Version v5 ### Reanimated Version v3 ### Gesture Handler Version v2 ### Platforms iOS, Android ### What happened? When React's Strict Mode is enabled, the bottom sheet does not...

bug
v5

### Description When React's Strict Mode is enabled and an `Animated.View` is inside a `GestureDetector` the following errors are thrown: ``` ERROR Warning: findHostInstance_DEPRECATED is deprecated in StrictMode. findHostInstance_DEPRECATED was...

Platform: Android
Platform: iOS
Repro provided
Missing info

## Environment - react-native-pager-view: 6.5.1 - react: 18.3.1 - react-native: 0.76.5 - expo: 52.0.18 ## Description A page cannot be navigated to after being dynamically added. See also the reproduction...

### Is there an existing issue for this? - [x] I have searched the existing issues and didn't find mine. ### Steps to reproduce #### Using the reproduction repository See...

### Why? #1423 introduced support for React Native however encryption was disabled due to the difficulty in getting successful builds with encryption enabled: > - Encryption seems to be compiling...