You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the iOS Simulator, I keep getting JSON value '{ payload = 4294967295; type = 0; }' of type NSMutableDictionary cannot be converted to NSArray. This happens even if I remove all my parameters and do a simple
<QRCode />
I updated to react-native-qrcode-svg 6.2.0 and react-native-svg 13.2.0. Failed with the error above. I verified that reverting to 6.1.2 and react-native-svg 12.3.0 works.
It works fine on the web. Doesn't work on the iOS Simulator.
Is there a GitHub release for 6.2.0 with a changelog? What changed exactly?
The text was updated successfully, but these errors were encountered: