v0.10.0
Changes
- use React Native 0.57.7 (thanks @puppybits, @wnr and others who helped to make it work)
- support CocoaPods xcworkspace (@mfikes)
Upgrading existing projects
- upgrade project to React Native 0.57
- run re-natal upgrade
- manually add following to the babelrc:
"ignore": [
"./index.ios.js",
"./index.android.js"
]