[android][expo-haptics] migrate expo-haptics to new modules api on an… (#20016)# Why Continue migration of expo modules to the new API # How Followed the usual steps involved in migrating a mo
[android][expo-haptics] migrate expo-haptics to new modules api on an… (#20016)# Why Continue migration of expo modules to the new API # How Followed the usual steps involved in migrating a module # Test Plan All original tests pass as before and confirmed in the bare-expo app
show more ...
[android][haptics] Refactor haptics module (#13615)# Why Modules written in Java are being rewritten to Kotlin. # How - Generated Kotlin code from java. - Clean up code. # Test Plan
[android][haptics] Refactor haptics module (#13615)# Why Modules written in Java are being rewritten to Kotlin. # How - Generated Kotlin code from java. - Clean up code. # Test Plan - Checked in the bare-expo app. - All tests from the test suite passes
[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
Migrate to androidx (#5521)# Why resolves: https://github.com/expo/expo/issues/5260 # How https://developer.android.com/jetpack/androidx/migrate https://blog.danlew.net/2018/11/14/the-rea
Migrate to androidx (#5521)# Why resolves: https://github.com/expo/expo/issues/5260 # How https://developer.android.com/jetpack/androidx/migrate https://blog.danlew.net/2018/11/14/the-reality-of-migrating-to-androidx/ https://gist.github.com/loganj/7535a13e98be83460f362b63dbd13e07 # Test Plan Run NCL, native tests (androidTest, test)
[packages] Move unimodules foundation to `org.unimodules` scope
[expo-haptics] Move expo-haptics into universal module (#3330)