Karriz
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
It worked for me :) Thanks @racquelroque04
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....