Expensify/react-native-qrcode-svg

Not working with react-native 0.59

Closed this issue · 3 comments

method.bind is not a function

I tried with react-native@0.59.9 and it's working. Are you sure that it's related to react-native version?

image

 "react-native": "0.59.9",
 "react-native-qrcode-svg": "^5.0.6",
"react-native-svg": "^6.3.1",

Upgrading to the latest version is no problem

"react-native-svg": "^9.5.1",
"react-native-qrcode-svg": "^5.1.2",