diff --git a/package.json b/package.json index 7293169..41f73e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@platformbuilders/helpers", - "version": "0.11.1", + "version": "0.11.2", "description": "Builders helpers library", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/native/iphoneHelper.ts b/src/native/iphoneHelper.ts index b1fd515..b3d5242 100644 --- a/src/native/iphoneHelper.ts +++ b/src/native/iphoneHelper.ts @@ -53,6 +53,8 @@ const iphonesStatusbarHeight = { 'iPhone14,8': 47, // iPhone 14 Plus 'iPhone15,2': 54, // iPhone 14 Pro 'iPhone15,3': 54, // iPhone 14 Pro Max + 'iPhone15,4': 54, // iPhone 15 + 'iPhone15,5': 54, // iPhone 15 Plus 'iPhone16,1': 54, // iPhone 15 Pro 'iPhone16,2': 54, // iPhone 15 Pro Max };