Tolgahan Çelik

Results 24 comments of Tolgahan Çelik

Hello. I encountered this problem. I got rid of the problem when I updated my packages as below. "@socket.io/redis-adapter": "^7.2.0", "redis": "3.1.2", "socket.io": "4.5.1",

Same problem. Any progress? **Edit:** After some experimentation I came to the following conclusion. Maybe it can help someone. I've looked at issues involving various performance issues. **Suggestion 1:** The...

https://user-images.githubusercontent.com/36919703/189102422-da6d3321-457a-4fd6-bb45-a7c336c47a86.mp4 This example **requires** installing **react-native-gesture-handler.** **Note:** The usage of onSwipeableOpen varies according to the versions of react-native-gesture-handler. Check for different version usages. [Documentation](https://docs.swmansion.com/react-native-gesture-handler/docs/next/api/components/swipeable) **Note:** One of the disadvantages of...

Yes, I tried this property, it didn't make any difference. I'll try to provide more information when I'm available. Thanks for this functional package. @ammarahm-ed Cheers 🥂

This problem continues. **Edit:** Actually, I looked around a bit. If you go to this link; [https://reactnative.dev/docs/pressable](https://reactnative.dev/docs/pressable) You will see this schematic. The problem is. Is this really the behavior...

I have the same problem on Ios and Android platforms. I am sharing 2 screenshots and code blocks to elaborate on the subject. **Code:** ``` ``` **Screenshots:** Android Ios

I think I found the problem. There is a problem with the following part of the source code. At: [https://github.com/ammarahm-ed/react-native-actions-sheet/blob/master/src/index.tsx](https://github.com/ammarahm-ed/react-native-actions-sheet/blob/master/src/index.tsx) ``` {overdrawEnabled ? ( ) : null} ``` This is...

Has there been any update? I'm having the same problem.

Will there be any updates on this topic?

I'm having the same problem. I solve my problem by doing a little trick on the frontend. But a parameter would be nice to have empty arrays behave differently.