Bug Fixes
@CodePush
decorator no longer binds lifecycle hooks if root component instance is not ES6 declared, because components declared viaReact.createClass
have their functions autobound by default. Binding them again like how we did previously results in a warning.- Fixed iOS download handler to properly handle HTTP >=400 errors and empty responses. Thanks @ymmuse!