Skip to content

Commit

Permalink
💫 Update: Native Print Logs
Browse files Browse the repository at this point in the history
Summary: Update debug print logs.
  • Loading branch information
dominicstop committed Mar 28, 2023
1 parent 6ecdbf2 commit 79e39ad
Show file tree
Hide file tree
Showing 4 changed files with 193 additions and 91 deletions.
5 changes: 3 additions & 2 deletions ios/src_library/React Native/RNIModal/RNIModalManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,9 @@ public class RNIModalManager {
guard let rootVC = Self.getRootViewController(for: window) else {
#if DEBUG
print(
"RNIModalManager - getTopMostPresentedVC - Error: Could not get root "
+ "view controller"
"Error - RNIModalManager.getTopMostPresentedVC"
+ " - arg window isNil: '\(window == nil)'"
+ " - Could not get root view controller"
);
#endif
return [];
Expand Down
Loading

0 comments on commit 79e39ad

Please sign in to comment.