chore(deps): update dependency expo-splash-screen to ~0.26.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| expo-splash-screen (source) | ~0.11.2 -> ~0.26.0 |
Release Notes
expo/expo (expo-splash-screen)
v0.26.4
v0.26.3
This version does not introduce any user-facing changes.
v0.26.2
🐛 Bug fixes
- Fixed return value of the
preventAutoHideAsyncfunction. (#26348 by @lukmccall)
💡 Others
- Replace deprecated
com.facebook.react:react-native:+Android dependency withcom.facebook.react:react-android. (#26237 by @kudo)
v0.26.1
This version does not introduce any user-facing changes.
v0.26.0
💡 Others
- Removed 'The current activity is no longer available' warning on Android. (#25608 by @gabrieldonadel)
v0.25.0
🛠 Breaking changes
- Bumped iOS deployment target to 13.4. (#25063 by @gabrieldonadel)
- On
AndroidbumpcompileSdkVersionandtargetSdkVersionto34. (#24708 by @alanjhughes)
🎉 New features
- Automatically dismiss splash screen when an error is thrown to prevent blocking error information. (#24893 by @EvanBacon)
💡 Others
- Moved changes required for splash screen orchestration from
expo-routertoexpo-splash-screen. (#24893 by @EvanBacon)
v0.24.0
🛠 Breaking changes
- Dropped support for Android SDK 21 and 22. (#24201 by @behenate)
🐛 Bug fixes
- On Android, remove
isClickableonSplashScreenViewthat caused incorrect behaviour withTalkBack. (#24601 by @alanhughes)
v0.23.1
This version does not introduce any user-facing changes.
v0.23.0
🎉 New features
- Added support for Apple tvOS. (#24329 by @douglowder)
💡 Others
- Delete deprecated
hideandpreventAutoHidemethods. (#24296 by @EvanBacon)
v0.22.0
🎉 New features
💡 Others
- Removed 'No native splash screen registered' warning on iOS when opening and reloading the app. (#24210 by @gabrieldonadel)
v0.21.1
This version does not introduce any user-facing changes.
v0.21.0
🐛 Bug fixes
- [Android] Fixed splash screen is missing when using the
getDelayLoadAppHandler()from expo-updates. (#23747 by @kudo)
v0.20.5
v0.20.4
v0.20.3
v0.20.2
This version does not introduce any user-facing changes.
v0.20.1
This version does not introduce any user-facing changes.
v0.20.0
🛠 Breaking changes
- Deprecated
@expo/configure-splash-screenin favor of the splash screen config plugin. (#21464 by @byCedric)
🎉 New features
- Added support for React Native 0.72. (#22588 by @kudo)
- Migrated Android codebase to use Expo modules API. (#22827 by @alanjhughes)
🐛 Bug fixes
v0.19.0
💡 Others
v0.18.2
This version does not introduce any user-facing changes.
v0.18.1
This version does not introduce any user-facing changes.
v0.18.0
🐛 Bug fixes
- Fixed
No native splash screen registered for given view controller. Call 'SplashScreen.show' for given view controller first.warning being displayed on iOS when app is started in background. (#20064 by @grigorigoldman)
💡 Others
- On Android bump
compileSdkVersionandtargetSdkVersionto33. (#20721 by @lukmccall)
v0.17.5
v0.17.4
🐛 Bug fixes
- Fixed Android
NullPointerExceptioninFrameLayout.onMeasure()when running on new architecture mode with expo-dev-client. (#19931 by @kudo)
v0.17.3
This version does not introduce any user-facing changes.
v0.17.2
This version does not introduce any user-facing changes.
v0.17.1
This version does not introduce any user-facing changes.
v0.17.0
🛠 Breaking changes
💡 Others
- [plugin] Migrate import from @expo/config-plugins to expo/config-plugins and @expo/config-types to expo/config. (#18855 by @brentvatne)
v0.16.2
🐛 Bug fixes
- Fixed
'SplashScreen.show' has already been called for given view controller.warning being displayed when usingexpo-dev-clienton iOS. (#18682 by @lukmccall)
v0.16.1
🐛 Bug fixes
v0.16.0
This version does not introduce any user-facing changes.
v0.15.1
This version does not introduce any user-facing changes.
v0.15.0
💡 Others
- Updated
@expo/config-pluginsfrom4.0.2to4.0.14(#15621 by @EvanBacon)
⚠️ Notices
- On Android bump
compileSdkVersionto31,targetSdkVersionto31andJavaversion to11. (#16941 by @bbarthec)
v0.14.2
🐛 Bug fixes
v0.14.1
🐛 Bug fixes
- Remove duplicated
expo-modules-autolinkingpackage coming fromexpo-splash-screendependencies. (#15685 by @kudo)
v0.14.0
🐛 Bug fixes
- Fix
Cannot remove an observer <EXSplashScreenService> for the key path "rootViewController"exception if applcation keyWindow changed. (#14982 by @kudo)
v0.13.5
v0.13.4
This version does not introduce any user-facing changes.
v0.13.3
🐛 Bug fixes
- Fix
No native splash screen registered for given view controllererror happening when project is using bothexpo-dev-clientandexpo-splash-screenpackages. (#14745 by @kudo)
v0.13.2
This version does not introduce any user-facing changes.
v0.13.1
🐛 Bug fixes
- Fix expo-screen-orientation breaking for expo-updates + expo-splash-screen integration. (#14519 by @kudo)
v0.13.0
🛠 Breaking changes
🐛 Bug fixes
- Fix 'No native splash screen registered' warning from reloading apps. (#14467 by @kudo)
- Fix building errors from use_frameworks! in Podfile. (#14523 by @kudo)
💡 Others
- Updated
@expo/configure-splash-screen,@expo/prebuild-config(#14443 by @EvanBacon)
v0.12.0
🎉 New features
- Add warning for splash screen if visible for too long (#12882 by @ajsmth)
- Show splash screen without additional setup in MainActivity and could customize resizeMode/statusBarTranslucent in resource. See PR description for changes migration. (#14061 by @kudo)
- Re-show splash screen if rootViewController be replaced when splash is showing. (#14063 by @kudo)
🐛 Bug fixes
- On iOS, search for a view controller with a RCTRootView rather than always using the keyWindow's rootViewController. (#13429 by @esamelson)
- Fix splash screen not dismissed if there is alert view appearing. (#14208 by @kudo)
- Fix splash screen not dismissed while alert view appearing before RCTRootView did load. (#14213 by @kudo)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.