Chion82 / native-base-web

NativeBase for React Native Web. The missing piece of RN4WEB.
https://chion82.gitbooks.io/nativebase-for-web/content/
Apache License 2.0
73 stars 22 forks source link

fast fix, TypeError: _react2.default.createClass is not a function on… #19

Closed komangsidhiartha closed 5 years ago

komangsidhiartha commented 5 years ago

the latest react js version didn't ship with createClass function, so we need to install create-react-class separately, and change on how we call it

Screen Shot 2019-07-14 at 13 59 51
komangsidhiartha commented 5 years ago

closing in favour of Pull Request https://github.com/Chion82/native-base-web/pull/16