Searched refs:customMetadata (Results 1 – 3 of 3) sorted by relevance
42 …@"customMetadata": [RNBranchProperty propertyWithSetterSelector:@selector(setCustomMetadataWithDic…98 - (void)setCustomMetadataWithDictionary:(NSDictionary *)customMetadata100 self.customMetadata = customMetadata.mutableCopy;
22 - (void)setCustomMetadataWithDictionary:(NSDictionary *)customMetadata;
854 ReadableMap customMetadata = map.getMap("customMetadata"); in createContentMetadata() local855 ReadableMapKeySetIterator it = customMetadata.keySetIterator(); in createContentMetadata()858 metadata.addCustomMetadata(key, customMetadata.getString(key)); in createContentMetadata()