[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)
[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