npm react-native-code-push 1.14.3-beta
v1.14.3-beta

latest releases: 7.0.5, 7.0.4, 7.0.3...
7 years ago

New Features

  1. This release simply adds the ability the option to specify an NSBundle other than the mainBundle in iOS.

     jsCodeLocation = [CodePush bundleURLForResource:@"main"
                                       withExtension:@"jsbundle"
                                        subdirectory:nil
                                              bundle:[NSBundle bundleWithIdentifier: customBundleIdentifier]];

    If left unspecified, it will default to [NSBundle mainBundle] as per the original behavior.

Don't miss a new react-native-code-push release

NewReleases is sending notifications on new releases.