File tree Expand file tree Collapse file tree
scripts/cxx-api/api-snapshots Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -754,6 +754,7 @@ interface RCTBundleConfiguration : public NSObject {
754754
755755interface RCTBundleManager : public NSObject {
756756 public @property (assign) NSURL* bundleURL;
757+ public @property (assign) NSURL* downloadedBundleFileURL;
757758 public @property (assign) RCTBundleConfiguration* bundleConfig;
758759 public virtual _Nullable instancetype initWithBundleConfig:(_Nullable RCTBundleConfiguration* bundleConfig);
759760 public virtual void resetBundleURL();
@@ -1823,6 +1824,7 @@ interface RCTSource : public NSObject {
18231824 public @property (assign, readonly) NSInteger filesChangedCount;
18241825 public @property (assign, readonly) NSUInteger length;
18251826 public @property (strong, readonly) NSData* data;
1827+ public @property (strong, readonly) NSURL* downloadedBundleFileURL;
18261828 public @property (strong, readonly) NSURL* url;
18271829}
18281830
Original file line number Diff line number Diff line change @@ -752,6 +752,7 @@ interface RCTBundleConfiguration : public NSObject {
752752
753753interface RCTBundleManager : public NSObject {
754754 public @property (assign) NSURL* bundleURL;
755+ public @property (assign) NSURL* downloadedBundleFileURL;
755756 public @property (assign) RCTBundleConfiguration* bundleConfig;
756757 public virtual _Nullable instancetype initWithBundleConfig:(_Nullable RCTBundleConfiguration* bundleConfig);
757758 public virtual void resetBundleURL();
@@ -1818,6 +1819,7 @@ interface RCTSource : public NSObject {
18181819 public @property (assign, readonly) NSInteger filesChangedCount;
18191820 public @property (assign, readonly) NSUInteger length;
18201821 public @property (strong, readonly) NSData* data;
1822+ public @property (strong, readonly) NSURL* downloadedBundleFileURL;
18211823 public @property (strong, readonly) NSURL* url;
18221824}
18231825
Original file line number Diff line number Diff line change @@ -754,6 +754,7 @@ interface RCTBundleConfiguration : public NSObject {
754754
755755interface RCTBundleManager : public NSObject {
756756 public @property (assign) NSURL* bundleURL;
757+ public @property (assign) NSURL* downloadedBundleFileURL;
757758 public @property (assign) RCTBundleConfiguration* bundleConfig;
758759 public virtual _Nullable instancetype initWithBundleConfig:(_Nullable RCTBundleConfiguration* bundleConfig);
759760 public virtual void resetBundleURL();
@@ -1823,6 +1824,7 @@ interface RCTSource : public NSObject {
18231824 public @property (assign, readonly) NSInteger filesChangedCount;
18241825 public @property (assign, readonly) NSUInteger length;
18251826 public @property (strong, readonly) NSData* data;
1827+ public @property (strong, readonly) NSURL* downloadedBundleFileURL;
18261828 public @property (strong, readonly) NSURL* url;
18271829}
18281830
You can’t perform that action at this time.
0 commit comments