[android] Remove unnecessary version checks (#24203)# Why This PR is related to #24201, it removes unnecessary version checks # How Remove version check logic for SDK's < 23 # Test Pla
[android] Remove unnecessary version checks (#24203)# Why This PR is related to #24201, it removes unnecessary version checks # How Remove version check logic for SDK's < 23 # Test Plan Tested in Bare Expo in Android 13 simulator
show more ...
[android][navigation-bar] Migrate to Expo Modules API (#23933)
[packages] fix another gradle 8 warnings (#22609)# Why there are other gradle 8 build warnings: ``` > Task :expo:processReleaseManifest package="expo.core" found in source AndroidManifest.x
[packages] fix another gradle 8 warnings (#22609)# Why there are other gradle 8 build warnings: ``` > Task :expo:processReleaseManifest package="expo.core" found in source AndroidManifest.xml: /home/runner/work/expo/expo/packages/expo/android/src/main/AndroidManifest.xml. Setting the namespace via a source AndroidManifest.xml's package attribute is deprecated. Please instead set the namespace (or testNamespace) in the module's build.gradle file, as described here: https://developer.android.com/studio/build/configure-app-module#set-namespace This migration can be done automatically using the AGP Upgrade Assistant, please refer to https://developer.android.com/studio/build/agp-upgrade-assistant for more information. ``` # How migrate `package` in **AndroidManifest.xml** to `namespace` in **build.gradle** # Test Plan ci passed
[kotlin] toLowerCase -> lowercase due to deprecation (#22225)
[navigation-bar] Fix getVisibilityAsync crash Android 10 and older (#16445)* [navigation-bar] Fix getVisibilityAsync crash * Update CHANGELOG Co-authored-by: Expo Bot <34669131+expo-bot@users
[navigation-bar] Fix getVisibilityAsync crash Android 10 and older (#16445)* [navigation-bar] Fix getVisibilityAsync crash * Update CHANGELOG Co-authored-by: Expo Bot <[email protected]> Co-authored-by: Expo Bot <[email protected]>
[android] fix for versioning sdk44 (#15433)# Why fix errors for building sdk 44 on android # How - `org.jetbrains.kotlin:kotlin-reflect` for expo-modules-core - add missing imports # T
[android] fix for versioning sdk44 (#15433)# Why fix errors for building sdk 44 on android # How - `org.jetbrains.kotlin:kotlin-reflect` for expo-modules-core - add missing imports # Test Plan `et add-sdk -p android -s 44.0.0` build versioned expo go and launch test
Prevent expo-navigation-bar from warning when undefined (#14950)* Update NavigationBarReactActivityLifecycleListener.kt * Update CHANGELOG.md
Create navigation bar module (#14689)- `et cu --name expo-system-navigation-bar` - Added plugin - Improved navigation bar module - Refactor system-navigation-bar -> navigation-bar - Created NCL
Create navigation bar module (#14689)- `et cu --name expo-system-navigation-bar` - Added plugin - Improved navigation bar module - Refactor system-navigation-bar -> navigation-bar - Created NCL example - Added docs - Added unit tests for plugin - Added E2E tests - Suppress deprecated warnings - Appearance -> ButtonStyle - getPositionAsync -> unstable_getPositionAsync