cssivision / react-native-qrcode

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

Migrating from React.createClass #30

Closed Dobrokhvalov closed 7 years ago

Dobrokhvalov commented 7 years ago

PR for migration from React.createClass, which is no longer supported for React > 15.5. More info is here - https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html#migrating-from-react.createclass

This PR works for me with:

cssivision commented 7 years ago

thanks for fixing this.