Jahir Fiquitiva

Results 92 comments of Jahir Fiquitiva

this might be an issue with [tailwind-merge](https://github.com/dcastil/tailwind-merge) which is what this lib uses to remove duplicated classes 🤔

Before finding this library I was using a custom implementation which was working good enough although without many strict types. anyway, my version of your `templateFunctionFactory` accepted an element of...

Here's the code for the function that I created in case it helps too ```typescript const twx = (classes: TemplateStringsArray): string => { const cleanClasses = classes .join(' ') .split(/\r?\n/)...

thanks for the suggestion @DenverCoder1 😀🙌

@Purv06 @Jacksonhayes please try version `2.4.6` and let me know if it works. Otherwise, this issue might be specific to devices running MIUI, and I can't test or provide an...

Adding another crash report logs, for future reference. ```gradle 2023-09-23 16:57:33.990 libc A Fatal signal 7 (SIGBUS), code 2 (BUS_ADRERR), fault addr 0x70e02bf829 in tid 19468 (DefaultDispatch), pid 19433 (jahir.kuper.app)...

More logs for reference ```gradle 01-03 01:18:08.178 10029 30469 30469 E LoadedApk: Unable to instantiate appComponentFactory 01-03 01:18:08.178 10029 30469 30469 E LoadedApk: java.lang.ClassNotFoundException: Didn't find class "androidx.core.app.CoreComponentFactory" on path:...

@Areeb786123 sure, feel free to go ahead, although I suggest starting such feature on [Frames](https://github.com/jahirfiquitiva/Frames) as Kuper is based on it

I have fixed this by patching the `react-native-paper` dependency (using `yarn`) Here I share the changes in case it's helpful for others. There's probably a better approach, but this might...