Explorar el Código

fix button.color

yogevbd hace 6 años
padre
commit
024c46fc36
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      lib/ios/RNNNavigationButtons.m

+ 1
- 1
lib/ios/RNNNavigationButtons.m Ver fichero

@@ -109,7 +109,7 @@
109 109
 	UIColor* color = [self color:dictionary[@"color"] defaultColor:defaultStyle.color];
110 110
 	if (color) {
111 111
 		[textAttributes setObject:color forKey:NSForegroundColorAttributeName];
112
-		[barButtonItem setImage:[iconImage imageWithRenderingMode:UIImageRenderingModeAlwaysOriginal]];
112
+		[barButtonItem setImage:iconImage];
113 113
 		[barButtonItem setTintColor:color];
114 114
 	}
115 115