DoSomethingArchive / LetsDoThis-iOS

:iphone: iOS source code for DoSomething: Take Action on the News
http://app.dosomething.org
MIT License
2 stars 0 forks source link

Upgrade React Native to 0.26 #1027

Closed aaronschachter closed 8 years ago

aaronschachter commented 8 years ago

Closes #1026. They're not kidding about those breaking changes!

Starting 0.26:

React API must be now required from react package

aaronschachter commented 8 years ago

Fixes https://github.com/DoSomething/LetsDoThis-iOS/issues/1026#issuecomment-221123773 thanks to https://github.com/facebook/react-native/issues/7697#issuecomment-221126318

@lkpttn To run the build, you'll need to update your local setup via npm update && pod install

aaronschachter commented 8 years ago

Testing UserView and get a new warning for Profiles with an empty section:

May 24 08:22:17 DoSomething[3496] : Warning: In next release empty section headers will be rendered. In this release you can use 'enableEmptySections' flag to render empty section headers.