Thegabbanator
Thegabbanator
@brentforder My problem is with a `TextInput` that is outside the bottom sheet on the background (refer to my repro on Android: https://snack.expo.dev/@christophergabba/bottom-sheet---issue-reproduction-template). When the bottom sheet is open and...
Same issue with React Native Expo: `iOS Bundling failed 11622ms node_modules/expo/AppEntry.js (4228 modules) The package at "node_modules/cheerio/dist/commonjs/index.js" attempted to import the Node standard library module "node:stream". It failed because the...
I'm facing this issue on Node 22
[Bug]: Hide system alert when fallBacktosettings is passed as false or permission is granted for iOS
I have the same issue.
That's correct, the placeholder field seems to work fine, my app just doesn't use them. Without the testIds I have to use the screen coordinates which is super tedious haha
@frankcalise Sorry about that,Expo Managed Workflow on iPhone simulator build
Ah perfect! That's a super simple workaround, will do! This will speed up so much. The same issue may be on the Button and Icon component as well, I'm not...
@coolsoftwaretyler @frankcalise Good afternoon gents, thanks for looking into this. Here is a perfect 100% reproducible demo using the basic ignite app: https://github.com/ChristopherGabba/BugHuntingForFrankAndTyler Clone the repo and run `npx eas...
@frankcalise good advice, I guess that is very logical, and I'll do that in my own app. Just never had a problem until I upgraded to v7.. kind of interesting....
Hey guys, can confirm going with Franks Option 1 is the right approach, good lesson learned for me. Everything seems to be working well! I appreciate you both looking into...