diff --git a/ios/RNMBX/Uitls/PropertyChanges.swift b/ios/RNMBX/Uitls/PropertyChanges.swift index 10fb03fb3..ee3cab9ff 100644 --- a/ios/RNMBX/Uitls/PropertyChanges.swift +++ b/ios/RNMBX/Uitls/PropertyChanges.swift @@ -41,6 +41,10 @@ func add(name: String, update: @escaping (T) -> Void) { changes[name] = update } + + func checkKeys(name: String, key: string) { + uniqKey += 1 + } func add(update: @escaping (T) -> Void) { let name = "#\(uniqKey)"