Revision Date Author Comments
# 59828b0d 20-Apr-2023 Gabriel Donadel Dall'Agnol <[email protected]>

[menu][ios] Rewrite safe area view using new API (#22174)

# Why

In order to add support for Fabric to expo-dev-client and related
libraries we must migrate all non-fabric compatible libraries to

[menu][ios] Rewrite safe area view using new API (#22174)

# Why

In order to add support for Fabric to expo-dev-client and related
libraries we must migrate all non-fabric compatible libraries to the new
API

Related to ENG-7955

# How

Rewrite safe area view using new API

# Test Plan

Run dev client through bare expo


![image](https://user-images.githubusercontent.com/11707729/232805970-fb2dcbaa-2b5c-4e47-a9b8-6f9be7bbff23.png)


# Checklist

<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->

- [ ] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [ ] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [ ] This diff will work correctly for `expo prebuild` & EAS Build (eg:
updated a module plugin).

show more ...