propsPolyfill.js 211 B

123456789101112131415
  1. const screenHeight = 812
  2. const safeHeight = 44
  3. const safeArea = {
  4. bottom: 862,
  5. height: 818,
  6. left: 0,
  7. right: 414,
  8. top: 44,
  9. width: 414,
  10. }
  11. module.exports = {
  12. screenHeight,
  13. safeArea,
  14. safeHeight,
  15. }