[android][keep-awake] Migrate to Expo Modules API (#24012)
[android][keep-awake] Rewrite android code to Kotlin (#13996)
[expo-modules] Move code from `unimodules` into `expo-modules-core` (#13703)# Why Migrated `unimodules-core`, `unimodules-react-native-adapter`, `unimodules-app-loader` into `expo-modules-core`
[expo-modules] Move code from `unimodules` into `expo-modules-core` (#13703)# Why Migrated `unimodules-core`, `unimodules-react-native-adapter`, `unimodules-app-loader` into `expo-modules-core` # How - Change package using AS refactor tools - Fix some places where AS wasn't able to do automatically - Fix compatibility with new auto-linking - Ensure that classes which are used during installation steps are still available in the old place # Test Plan - expo-go (tested using unversioned and 41) - bare-expo
show more ...
[keep-awake] Fix mixing tags breaks keepAwake functionality (#7197)* [keep-awake] Fix mixing tags breaks keepAwake functionality * [keep-awake] Update changelog
[unimodules][android] Change ModuleRegistryConsumer to RegistryLifecycleListener (#4345)# Why Modules need to know when they should release resources.
[expo-keep-awake] Refactor KeepAwake to utilize unimodules (#3747)* Move KeepAwake functionalities to internal module and expose it thru external one. * Make internat module RN not aware. * U
[expo-keep-awake] Refactor KeepAwake to utilize unimodules (#3747)* Move KeepAwake functionalities to internal module and expose it thru external one. * Make internat module RN not aware. * Update docs and changelog. Correct android. * Update CHANGELOG.md Co-Authored-By: mczernek <[email protected]> * Update docs/pages/versions/unversioned/sdk/keep-awake.md Co-Authored-By: mczernek <[email protected]> * Update docs/pages/versions/unversioned/sdk/keep-awake.md Co-Authored-By: mczernek <[email protected]> * Update docs/pages/versions/unversioned/sdk/keep-awake.md Co-Authored-By: mczernek <[email protected]> * Update docs/pages/versions/unversioned/sdk/keep-awake.md Co-Authored-By: mczernek <[email protected]> * Update docs/pages/versions/unversioned/sdk/keep-awake.md Co-Authored-By: mczernek <[email protected]> * Apply suggestions from code review Co-Authored-By: mczernek <[email protected]>
[packages] Move unimodules foundation to `org.unimodules` scope
[sdk] Extract LinearGradient and KeepAwake (#3287)