yogevbd 6 years ago
parent
commit
18425096b2
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      lib/ios/RNNSplashScreen.m

+ 4
- 0
lib/ios/RNNSplashScreen.m View File

51
 				imageName = [imageName stringByAppendingString:@"-800-667h"];
51
 				imageName = [imageName stringByAppendingString:@"-800-667h"];
52
 			else if (screenHeight == 736)
52
 			else if (screenHeight == 736)
53
 				imageName = [imageName stringByAppendingString:@"-800-Portrait-736h"];
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
 			image = [UIImage imageNamed:imageName];
59
 			image = [UIImage imageNamed:imageName];
56
 		}
60
 		}