{"ast":null,"code":"export function getInitialSafeArea() {\n  return {\n    top: 0,\n    bottom: 0,\n    left: 0,\n    right: 0\n  };\n}","map":{"version":3,"sources":["../../src/environment/getInitialSafeArea.ts"],"names":[],"mappings":"AAIA,OAAM,SAAU,kBAAkB,CAAA,EAAA;EAChC,OAAO;IACL,GAAG,EAAE,CAAC;IACN,MAAM,EAAE,CAAC;IACT,IAAI,EAAE,CAAC;IACP,KAAK,EAAE;GACR;AACH","sourcesContent":["/**\n * Get the best estimate safe area before native modules have fully loaded,\n * this is the fallback file which assumes guessing cannot be done.\n */\nexport function getInitialSafeArea(): { top: number; bottom: number; left: number; right: number } {\n  return {\n    top: 0,\n    bottom: 0,\n    left: 0,\n    right: 0,\n  };\n}\n"],"sourceRoot":""},"metadata":{},"sourceType":"module"}