Skip to content

Commit

Permalink
🛠 Refactor: Rename to RNIModalViewControllerMetrics
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Oct 7, 2024
1 parent 797b6a3 commit 2ff7b3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// ModalViewControllerMetrics.swift
// RNIModalViewControllerMetrics.swift
// react-native-ios-modal
//
// Created by Dominic Go on 9/27/24.
Expand All @@ -9,7 +9,7 @@ import Foundation
import DGSwiftUtilities


public struct ModalViewControllerMetrics: DictionaryRepresentationSynthesizing {
public struct RNIModalViewControllerMetrics: DictionaryRepresentationSynthesizing {

public var instanceID: String;

Expand Down
2 changes: 1 addition & 1 deletion ios/Temp/UIViewController+ModalHelpers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ extension UIViewController {
return window.currentModalLevel;
};

public var modalMetrics: ModalViewControllerMetrics {
public var modalMetrics: RNIModalViewControllerMetrics {
.init(viewController: self);
};

Expand Down

0 comments on commit 2ff7b3c

Please sign in to comment.