Zoltan Fodor

Results 9 comments of Zoltan Fodor

If anyone facing the same issue, I have created a helper package to use Scrollreveal with Next.js. You can check out [here](https://github.com/ritmillio/next-reveal).

Hey @MQDXL , due to the nature of Next13/React 18 (Now React is a server side lib) -> you cannot grab elements from the DOM without specifying the `'use client'`...

> this will fix it. > > ``` > const { char, hasFakeCaret, isActive } = inputOTPContext.slots[ > index > ] as SlotProps > ``` I have the following error...

Hey, @guilhermerodz Here's a minimum reproduction of my use-case: https://stackblitz.com/edit/stackblitz-starters-9avgfk?file=src%2Fcomponents%2Fui%2Finput-otp.tsx @keeandev - I am using pnpm but reinstalling didn't solve my problem

Hey @dan5py, I apologize for missing the contribution guideline on app registry updates. I've gone ahead and fixed the app registry in this pull request. Since the change only affects...

is there any update on this ? I would love to use lucide-react with expo-router

@gpaiva985 This is fixed. You can use lucide-react-native with expo-router now :) Also make sure that react-native-svg latest version is installed. Here's a simple example how you might do that...

@diogotl Hey, This error tells me that there is an issue with react-native-svg in your project. It's either not installed or not the correct version. When I built my app...