| #
c06ce7d3 |
| 26-Sep-2023 |
Łukasz Kosmaty <[email protected]> |
[task-manager][Android] Migrated codebase to use Expo modules API (#24157)
# Why
Migrated codebase to use Expo modules API
# Test Plan
- bare-expo ✅
|
| #
00ec8cab |
| 04-Jan-2022 |
Evan Bacon <[email protected]> |
Use declaration maps (#15782)
* Added declarationMap to base tsconfig
* et cp -a --no-lint --no-test --no-uniformity-check
|
| #
8285c032 |
| 13-Aug-2021 |
Tomasz Sapeta <[email protected]> |
Rename unimodules imports to expo-modules-core
|
| #
470c2db6 |
| 14-Jan-2020 |
Stanisław Chmiela <[email protected]> |
[@unimodules/react-native-adapter] Export ProxyNativeModule (#6759)
# Why
`ProxyNativeModule` type may come in handy in other type-safe unimodules which want to rely on the listener functionality
[@unimodules/react-native-adapter] Export ProxyNativeModule (#6759)
# Why
`ProxyNativeModule` type may come in handy in other type-safe unimodules which want to rely on the listener functionality.
# How
Exported `ProxyNativeModule`, rebuilt all the packages.
# Test Plan
Code compiles, so ✅
show more ...
|
| #
11d9214b |
| 19-Dec-2018 |
Evan Bacon <[email protected]> |
[Web] Added shim for running in a web target (#3021)
* Added shim for running in a web target
* added `expo-errors` to `expo-task-manager`
* added `ExpoTaskManager.web`
* Fixed format
|