David Leuliette
David Leuliette
Sounds good to me 😄 Thanks for your contribution 🚀 @rayan1810 can you deploy to production?
Hey @beepsoft Thank you for your contribution 🚀 >https://docs.nativebase.io/form fixed! From my perspective, Formik is a bit out-of-scope. NativeBase should focus on UI only and not behavior. As you said...
Hey @Lanttcat Thank you for this PR Do you have more context? and what should be tested?
Hey @iSaBo96 If your problem is solved can you please close the issue? It sparks joy for maintainers ✨
I have the same feeling as @eclewlow it looks like a duplicate, but for me this happened with my expo 53 migration. I encounter the same behavior using ```tsx const...
used the fix from @Sanipudding with yarn v4 I can confirm it's working, no freeze anymore with `router.navigate` from my side. and I somehow [discovered `patch-package` is a native feature](https://yarnpkg.com/cli/patch)...
@sriganesh-nagaraj @Navid-gh can you confirm your dependencies? I encounter the same behavior using ```tsx const router = useRouter(); router.back() ``` After navigating back and forth, my screen froze, but I...
@ChaseWindYoungs If your problem is solved can you please close the issue? It sparks joy for maintainers ✨
The app is crashing (Using: iOS, Tamagui v1.126.18, Expo SDK 53, @gorhom/bottom-sheet@^5, React v19)
If people land on this, I have these two scripts on my `package.json` that are useful for upgrades with `yarn` v4+ ```json "check:tamagui": "tamagui check", "upgrade:tamagui": "yarn up '*tamagui*' '@tamagui/*'",...
``` > home/expo/workingdir/build/hackathon/spacecraft/android/app/src/main/res/drawable/CR90corvette.jpg: Error: 'C' is not a valid file-based resource name character: File-based resource names must contain only lowercase a-z, 0-9, or underscore ``` ![CleanShot 2024-06-06 at 19 40...