Skip to content

Commit

Permalink
💫 Update: RNIModalData.synthesizedWindowID Type
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Mar 30, 2023
1 parent 2fc59ee commit 4e89ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ extension RNIModalIdentity where Self: RNIModal {
synthesizedIsModalInFocus: self.synthesizedIsModalInFocus,
synthesizedIsModalPresented: self.synthesizedIsModalPresented,
synthesizedModalIndex: self.synthesizedModalIndex,
synthesizedWindowID: self.window?.synthesizedID
synthesizedWindowID: self.window?.synthesizedStringID
);
};

Expand Down
2 changes: 1 addition & 1 deletion ios/src_library/React Native/RNIModal/RNIModalData.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ public struct RNIModalData: RNIDictionarySynthesizable {
let synthesizedIsModalPresented: Bool;
let synthesizedModalIndex: Int;

let synthesizedWindowID: Int?;
let synthesizedWindowID: String?;
};

0 comments on commit 4e89ea7

Please sign in to comment.