marudy/react-native-responsive-screen

iphoneX and iphoneXS

vijay122 opened this issue · 3 comments

may i know how it is handling safeviews in iphoneX and iphoneXS?

Hi @vijay122,

can you show me a specific example that you want to handle?

I think iPhone X, iPhone XS top notch is developer's responsibility and not the library's but maybe there's something I haven't thought about.

Thanks

Hi @vijay122,

any update on this one?

Hi @marudy can you please explain should we include entire height of the screen(iphone X - 812) or just need to subtract notch height or bottom indicator height and perform calculations based on subtracted result? If we need to perform calculations based on subtracted results then I think changes should be needed in library also.