cssivision / react-native-qrcode

a minimalist qrcode component for react-native
MIT License
853 stars 304 forks source link

Seeing a weird issue with react 0.32.0 #15

Closed johnryan closed 8 years ago

johnryan commented 8 years ago

I'm rendering a simple QR Code (similar to the example):

 <QRCode
      value={"TEST"}
      size={200}
      bgColor='purple'
      fgColor='white'/>

And i'm getting this error: simulator screen shot aug 28 2016 5 56 49 pm

Any suggestions?

johnryan commented 8 years ago

Seems to be react-native related. Closing.