Divine Niiquaye Ibok

Results 11 comments of Divine Niiquaye Ibok

> Can you create a small example application that allows to reproduce your issue? ```php use Symfony\Component\Console\Helper\ProgressBar; use Symfony\Component\Console\Input\ArgvInput; use Symfony\Component\Console\Output\ConsoleOutput; use Symfony\Component\Console\Style\SymfonyStyle; require __DIR__.'/vendor/autoload.php'; $output = new SymfonyStyle(new ArgvInput(),...

@alamirault I've tried your approach before creating this issue, I want to keep using the existing progress bar formatters because they all have the **%curent%** placeholder, so editing the placeholder's...

I was able to resolve the issue by using the patch Originally posted by @davebray131 in https://github.com/mrousavy/react-native-mmkv/issues/718#issuecomment-2295330525. Just rename the patch file to **react-native-mmkv+3.0.1.patch**

@marklawlor When will this be added

I've updated the benchmarking code, check out https://github.com/divineniiquaye/react-native-style-libraries-benchmark. Dripsy and Tamagui are much faster.

@marklawlor I've reproduced the issue in this repo https://github.com/divineniiquaye/nativewind-issue-1115. Command: `pnpm install && pnpm run dev` Visit http://localhost:300 to log the error.

I've removed all the monorepo stuff, It's now just a nextjs app with expo and nativewind, am unable to get yarn to work on my repo, please kindly try and...

Am experiencing similar issue, anytime I try a production build for android using the variant release or EAS, Android crashes on startup. If I pause EAS update in my expo...