Skip to content

Commit

Permalink
⭐️ Impl: UIWindow+Helpers
Browse files Browse the repository at this point in the history
Summary:
* Rename `ios/src_library/Helpers+Utilities/UIWindow+WindowMetadata` to `UIWindow+Helpers`.
* Update `UIWindow+Helpers` - Update `UIWindow` to conform to `RNIIdentifiable`, and remove old impl.
  • Loading branch information
dominicstop committed Mar 30, 2023
1 parent 1f6ff8a commit 723d4ef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 48 deletions.
12 changes: 12 additions & 0 deletions ios/src_library/Helpers+Utilities/UIWindow+Helpers.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
//
// UIWindow+WindowMetadata.swift
// react-native-ios-modal
//
// Created by Dominic Go on 3/30/23.
//

import Foundation

extension UIWindow: RNIIdentifiable {
public static var synthesizedIdPrefix = "window-id-";
};
48 changes: 0 additions & 48 deletions ios/src_library/Helpers+Utilities/UIWindow+WindowMetadata.swift

This file was deleted.

0 comments on commit 723d4ef

Please sign in to comment.