[font][Android] Migrate to new API (#24015)# Why Migrate to the new API # Test Plan - bare-expo ✅ - expo go ✅
[expo-font][android] Rewrite android code to Kotlin (#13956)# Why This task was done as a part of migrating expo modules to Kotlin project. # How The code had been initially converted from
[expo-font][android] Rewrite android code to Kotlin (#13956)# Why This task was done as a part of migrating expo modules to Kotlin project. # How The code had been initially converted from Java to Kotlin with help of Android Studio's conversion tool. Then I was manually adjusted / improved. # Test Plan BareExpo (test-suite + ncl) # Checklist - [x] Documentation is up to date to reflect these changes (eg: https://docs.expo.io and README.md). - [x] This diff will work correctly for `expo build` (eg: updated `@expo/xdl`).
show more ...
[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
[font] Migrate interface to expo-modules-core (#12949)
[constants] Migrate interface to expo-modules-core (#12876)
[expo-font][ios][android] Remove scoping everywhere except in the client (#4652)
[unimodules][android] Change ModuleRegistryConsumer to RegistryLifecycleListener (#4345)# Why Modules need to know when they should release resources.
[packages] Move unimodules foundation to `org.unimodules` scope
Move universal modules to packages (#2380)* Move modules to packages * Remove unused, old, unmaintained standalone projects * Replace ['"/]modules['"/] with packages * Run pod install afte
Move universal modules to packages (#2380)* Move modules to packages * Remove unused, old, unmaintained standalone projects * Replace ['"/]modules['"/] with packages * Run pod install after regenerating ios files