Skip to content

Commit

Permalink
🛠 Refactor: Move RNIUtilities
Browse files Browse the repository at this point in the history
Summary: Move `ios/src_library/RNIUtilities/RNIUtilities` to  `ios/src_library/React Native/Temp`.
  • Loading branch information
dominicstop committed Mar 28, 2023
1 parent d738621 commit 2447fd8
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
//
// Temp.swift
// react-native-ios-modal
//
// Created by Dominic Go on 3/28/23.
//

import Foundation


/// `TODO:2023-03-28-18-58-47` - Remove `Temp.swift` file and update usage.

//
// RNIUtilities.swift
// IosNavigatorExample
Expand Down Expand Up @@ -161,4 +173,3 @@ internal class RNIUtilities {
return a!.isEqual(b!);
};
};

0 comments on commit 2447fd8

Please sign in to comment.