Revision Date Author Comments
# b06da413 21-Aug-2020 Łukasz Kosmaty <[email protected]>

[expo-dev-menu][android] Extract interfaces (#9854)

# Why

Somehow we want to detect if someone has dev-menu installed but we don't wont to include the `expo-dev-menu` package.
So we need to extr

[expo-dev-menu][android] Extract interfaces (#9854)

# Why

Somehow we want to detect if someone has dev-menu installed but we don't wont to include the `expo-dev-menu` package.
So we need to extract some of the dev-menu interfaces to another package.

I've also fixed dev-menu items caching.

# Test Plan

- run `bare-expo` ✅

show more ...