Releases: wix-incubator/react-native-controllers
Releases · wix-incubator/react-native-controllers
1.3.0
Breaking Changes
[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];