Skip to content

v0.10.0

Compare
Choose a tag to compare
@drapanjanas drapanjanas released this 07 Dec 22:31
· 9 commits to master since this release

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"
  ]