RealOrangeOne / react-native-mock

A fully mocked and test-friendly version of react native (maintainers wanted)
MIT License
570 stars 153 forks source link

Migrate to ES6 #150

Closed sdeleon28 closed 6 years ago

sdeleon28 commented 6 years ago

Changes createClass calls to equivalent ES6 syntax, bumps react, react-native, react-dom and changes React.PropTypes for proptypes imported from prop-types.

sdeleon28 commented 6 years ago

Don't merge this. It causes problems because React 16 doesn't support the perf addon.