Daniil
Daniil
This is not normal behavior of TouchableOpacity at _position: 'absolute'_ in react-native. You need to remove `styles.cardContainer` at https://github.com/lhandel/react-native-card-flip/blob/master/CardFlip.js#L298 You can use [patch-package](https://github.com/ds300/patch-package) to fix the bug in CardFlip.js quickly.
Hello. You can access **CreateHTTPRequestScriptVM** or **CreateHTTPRequest** objects to send request only when a player is in a match [Link to usage example:](https://developer.valvesoftware.com/wiki/Dota_2_Workshop_Tools/Scripting/Using_CreateHTTPRequest) ``` CreateHTTPRequest( "GET", "http://www.google.com" ):Send( function( result...
Hey @kirillzyusko 👋 Thanks for the quick response and for digging into the issue! Let me provide some additional context to clarify. ### Purpose of Keeping Edge-to-Edge Mode The reason...
Hey @kirillzyusko, I tried the solutions suggested in [this comment](https://github.com/kirillzyusko/react-native-keyboard-controller/issues/592#issuecomment-2370758360) and [this one](https://github.com/kirillzyusko/react-native-keyboard-controller/issues/592#issuecomment-2370922343), but unfortunately, they didn’t resolve the issue. I understand that the root of the problem lies in...
@ajakka you can use [patch-package](https://github.com/ds300/patch-package) to apply your fix locally after every `yarn install` without waiting for the PR to be merged.