Breaking Changes

May 19, 2016 ยท View on GitHub

2.0.0

  • Upgraded to RN 25.1. We now import React separately from 'react'.

1.3.0

  • [RCCManager sharedIntance] typo was fixed and renamed to [RCCManager sharedInstance]. When you bootstrap your project in AppDelegate.m you'll have to make this minor change:
[[RCCManager sharedInstance] initBridgeWithBundleURL:jsCodeLocation];