Nedim Arabacı

Results 65 comments of Nedim Arabacı

hi, @calvinf can you share your tsconfig? and what version are you using for @tanstack/react-query?

I tried ace but didn't like it. Maybe I can give it another chance.

Alternative: Biomejs

I had problems with PWA env when resetting the user. Maybe it is related.

> Looks nice! Thanks 🙏

you can use overrides for a temporary fix. ```json "overrides": { "@radix-ui/react-icons": { "react": "$react" } } ``` also overrides are needed for other libraries also, maybe define your overrides...

you can use overrides for a temporary fix. ```json "overrides": { "react": "$react", "react-dom": "$react-dom" } ``` > [!WARNING] > This is just a temporary fix!

> Looks like iOS 15 doesn't have custom/auto detents. They are available after iOS 16+. _Originally posted by @needim in [#97](https://github.com/lodev09/react-native-true-sheet/issues/97#issuecomment-2719237361)_