vonkanehoffen
vonkanehoffen
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 As shown in this sandbox:...
### Minimal reproducible example https://github.com/vonkanehoffen/expo-router-sitemap-bug-repro ### Which package manager are you using? (Yarn is recommended) npm ### If the issue is web-related, please select the bundler (`web.bundler` in the `app.json`)...
## What are the steps to reproduce this issue? 1. `npm i` this minimal example repo: https://github.com/vonkanehoffen/orval-enum-bug-repro 2. Run `npm run codegen` ## What happens? If you look in `generated/model/loginStatus.ts`...
## Your Environment * Plugin version: 4.14.6 * Platform: Android * OS version: 14 * Device manufacturer / model: Google Pixel 6 * React Native version (`react-native -v`): 0.73.4 (Expo...
### Minimal reproducible example https://github.com/vonkanehoffen/fingerprint-bug-repro ### What platform(s) does this occur on? Android, iOS, Web ### Did you reproduce this issue in a development build? No (tested in Expo Go)...
## Your Environment * Plugin version: 4.16.2 * Platform: iOS * OS version: 17.5.1 * Device manufacturer / model: Apple iPad Pro (also seen on iPhone) * React Native version...
Currently `mixpanel-react-native` has : ``` "dependencies": { "@react-native-async-storage/async-storage": "^1.21.0", ``` This is a pretty old version. Expo currently recommend `2.2.0` and `npx expo-doctor@latest` (during update top Expo 54) complains: ```...