Karriz

Results 5 comments of Karriz

Anyone cannot solved yet? **In my case** ``` react-native : 0.61.5 socket.io-client: 2.3.0 (I tried another version, 2.1.1, 2.0.1, 2.1.0) ``` I likewise only in debug mode worked :(

I solved this problem change `console.dir()` to `console.log()` `console.dir()` function is not support to release mode πŸ˜ƒπŸ˜ƒ

svgλ₯Ό μ‚¬μš©ν•΄μ„œ λ³€κ²½ν•˜λŠ” 방법은 μžˆλ”κ΅°μš”.. ν•˜μ§€λ§Œ λ„ˆλ¬΄ λ‚­λΉ„ν•˜λŠ” λŠλ‚Œ γ…Ž https://gist.github.com/CyberShadow/95621a949b07db295000

1. Update RN version to latest. (I'm using 0.63.3) 2. execute auto link command. 3. import this code at the top your code. ``` import SendIntentAndroid from 'react-native-send-intent'; ``` 4....