Skip to content

Commit

Permalink
⭐️ Impl: RNIModalState.modalNativeID
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Mar 31, 2023
1 parent 60963ac commit 0e4d7b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ios/src_library/React Native/RNIModal/RNIModal+Helpers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@

import Foundation

extension RNIModalState where Self: RNIIdentifiable {
var modalNativeID: String {
self.synthesizedStringID
};
};

extension RNIModalState where Self: RNIModalPresentation {

Expand Down

0 comments on commit 0e4d7b2

Please sign in to comment.