Skip to content

Commit

Permalink
💫 Update: RNIModalBaseEventData
Browse files Browse the repository at this point in the history
Related:
* TODO:2023-03-04-06-34-28 - Library Native Cleanup.
  • Loading branch information
dominicstop committed Mar 26, 2023
1 parent 37a851a commit 0cbd8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/src_library/React Native/RNIModal/RNIModalEvents.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public struct RNIModalBaseEventData: RNIDictionarySynthesizable {
};

public static var synthesizedDictionaryInlinedProperties: [
PartialKeyPath<RNIModalBaseEventData>
PartialKeyPath<Self>
] {
[\.modalData];
};
Expand Down

0 comments on commit 0cbd8e6

Please sign in to comment.