Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 375 Bytes

CHANGES.md

File metadata and controls

12 lines (8 loc) · 375 Bytes

Breaking Changes

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