Spencer Yoder

Results 5 issues of Spencer Yoder

## 🐛 Bug Report After updating to `v7.28.0` and React Native `0.68.2` we started seeing Android `java.lang.IndexOutOfBoundsException:` crashes in prod. ### Have you read the [Contributing Guidelines on issues](https://wix.github.io/react-native-navigation/docs/meta-contributing/)? Yes...

needs triage
triage: bug

### Description I am using `react-native-web` and looking into tree shaking to identify some size issues with our bundle. Everything with reanimated is working correctly, but using a bundle inspector...

Platform: Android
Platform: iOS
Platform: Web
Repro provided

Adds a skip condition function to the endpoint definition to "skip" making the network request when returned `true`. Instead of needing to set the skip on every query hook it...

Is there a way to set a condition or even a callback on a endpoint to conditionally skip it, instead of at the hook using skip or skipToken? I have...

## Summary Can the `getTrackingAuthorizationStatus` function return the `IdfaData` so that we can decide if we can show the permission modal by calling `requestTrackingPermission`? ## Proposed Solution It looks like...

enhancement