| fcc3d068 | 26-Jul-2023 |
Łukasz Kosmaty <[email protected]> |
[go][Android] Add `ExpoGoModule` (#23710)
# Why
Adds an almost empty `ExpoGoModule` specific to the Expo Go app. This module is present in the Home app too.
# How
Add a decorator function
[go][Android] Add `ExpoGoModule` (#23710)
# Why
Adds an almost empty `ExpoGoModule` specific to the Expo Go app. This module is present in the Home app too.
# How
Add a decorator function that allows us to extend created `AppContext`.
# Test Plan
- run an experience in the expo go app and check if the `ExpoGoModule` is present ✅
show more ...
|