Revision Date Author Comments
# 210d3757 30-May-2023 Łukasz Kosmaty <[email protected]>

[menu][Android] Rewrite safe area view using new API (#21609)


# d1194e24 16-Dec-2021 Łukasz Kosmaty <[email protected]>

[dev-client] Move podspecs to the root directory (#15580)

# Why

The decision to move `dev-menu` and `dev-launcher` podspecs to the `ios` directory wasn't great.
Thanks to https://github.com/exp

[dev-client] Move podspecs to the root directory (#15580)

# Why

The decision to move `dev-menu` and `dev-launcher` podspecs to the `ios` directory wasn't great.
Thanks to https://github.com/expo/expo/pull/15578, we will be able to leave podspecs in the root directory.

Why this is handy:
> It's very hard to resources between iOS and Android when you can't point to local files located above the podspec file. Unfortunately, cocoapods in that place doesn't support paths that aren't in the same directory as podspec. Moreover, it will reduce migration headaches. Currently, users have in theirs Podfiles references to pod pointed to the package directory.

It also fixes a compilation error in the `bare-expo` - cannot find `devmenu.com.th3rdwave.safeareacontext.SafeAreaContextPackage`.

# How

- Moved podspecs
- Moved vendored code outside of the ios folder
- Removed unused xcproj
- Ensured that our modules can't be linked by RN

# Test Plan

- bare-expo ✅

show more ...


# c5040d44 03-Dec-2021 andy <[email protected]>

[dev-menu] vendor react-native-safe-area-context (#15382)