Revision Date Author Comments
# 5162bfdd 03-Dec-2021 Łukasz Kosmaty <[email protected]>

[dev-client] Fix shake gesture sometimes brings two menus on Android (#15406)

# Why

Fixes shake gesture sometimes brings two menus on Android.

# How

We have to invalidate a shake detector w

[dev-client] Fix shake gesture sometimes brings two menus on Android (#15406)

# Why

Fixes shake gesture sometimes brings two menus on Android.

# How

We have to invalidate a shake detector when we're replacing `DevSupportManager` in dev-launcher.
In the dev-menu, we need to replace a default shake detector listener with noop.

# Test Plan

- simple application ✅

show more ...


# 4bbf79ac 15-Jul-2021 Kamil Owczarz <[email protected]>

[android] Add kotlin spotless ktlint linter for bare-expo (#13596)

# Why

In [#12545](https://github.com/expo/expo/pull/12545) ktlint was added to expo-go, but it didn't work with bare app.

# H

[android] Add kotlin spotless ktlint linter for bare-expo (#13596)

# Why

In [#12545](https://github.com/expo/expo/pull/12545) ktlint was added to expo-go, but it didn't work with bare app.

# How

1. Add spotless plugin, configure ktlint in accordance with how it was already implemented in expo-go.
2. Fix current lint errors

show more ...


# de0afd78 24-Mar-2021 Łukasz Kosmaty <[email protected]>

[expo-dev-menu][android] Reuse the react root view (#12275)

# Why

Closes ENG-344.

# How

- Saved the root view after creation.
- Restore the root view if any instance of the view was saved.

[expo-dev-menu][android] Reuse the react root view (#12275)

# Why

Closes ENG-344.

# How

- Saved the root view after creation.
- Restore the root view if any instance of the view was saved.

# Test Plan

- bare-expo ✅

show more ...