Ertuğrul ÇAĞLAR

Results 31 comments of Ertuğrul ÇAĞLAR

I had this problem too. It was fixed when I reverted to version 1.6.0. "react-native": "0.71.7",

@saadlatif75 you may patch typesense axios package.json ``` { "name": "axios", "version": "1.8.3", "description": "Promise based HTTP client for the browser and node.js", "main": "index.js", "exports": { ".": { "types":...

The following change is required in the Podspec file https://github.com/jpudysz/react-native-unistyles/commit/25d378b8cfecc791b2c0d632ba274c6abb9d03b0 @baronha ``` if ENV["USE_FRAMEWORKS"] RN_VERSION = get_rn_version(ENV['REACT_NATIVE_PATH']) || 999 s.dependency "React-Core" add_dependency(s, "React-jsinspector", :framework_name => "jsinspector_modern") if RN_VERSION >= 79...

I'm experiencing a similar issue. I use both Stream's chat and voice call features. If I try to join a conversation by clicking on a message in a channel, the...

I have the same issue, the onAnimationFinish event is triggered before the animation is finished.

+1 I'm running on new architect and It doesn't matter if it's regular or not, always crashed java.lang.IllegalArgumentException: Software rendering doesn't support hardware bitmaps

I don't know the reason, but when I deleted the .cxx and build folders under the node_modules/@baronha/react-native-multiple-image-picker directory and tried to build again and it's work

> I don't know the reason, but when I deleted the .cxx and build folders under the node_modules/@baronha/react-native-multiple-image-picker directory and tried to build again and it's work Yes, it didn't...