yogevbd il y a 6 ans
Parent
révision
18425096b2
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4
    0
      lib/ios/RNNSplashScreen.m

+ 4
- 0
lib/ios/RNNSplashScreen.m Voir le fichier

@@ -51,6 +51,10 @@
51 51
 				imageName = [imageName stringByAppendingString:@"-800-667h"];
52 52
 			else if (screenHeight == 736)
53 53
 				imageName = [imageName stringByAppendingString:@"-800-Portrait-736h"];
54
+			else if (screenHeight == 812)
55
+				imageName = [imageName stringByAppendingString:@"-1100-Portrait-2436h"];
56
+			else if (screenHeight == 375)
57
+				imageName = [imageName stringByAppendingString:@"-1100-Landscape-2436h"];
54 58
 			
55 59
 			image = [UIImage imageNamed:imageName];
56 60
 		}