Skip to content
This repository has been archived by the owner on Sep 25, 2022. It is now read-only.

fix(deps): update dependency react-native-bootsplash to v4 #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 20, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native-bootsplash ^3.2.0 -> ^4.0.0 age adoption passing confidence

Release Notes

zoontek/react-native-bootsplash

v4.2.0

Compare Source

  • Update AndroidX core-splashscreen package to rc01
  • Support for React Native 0.69.0 CLI (fix #​362)
  • Switch the CLI from chalk to picocolors

Action required:

Update the package accordingly in your android/app/build.gradlefile:

// …

dependencies {
  implementation fileTree(dir: "libs", include: ["*.jar"])
  //noinspection GradleDynamicVersion
  implementation "com.facebook.react:react-native:+"  // From node_modules

+ implementation "androidx.core:core-splashscreen:1.0.0-rc01"

v4.1.6

Compare Source

v4.1.5

Compare Source

  • Add a note about Android 12 support (when ran from the terminal / Android Studio)
  • Update project dependencies

v4.1.4

Compare Source

  • Add support for React Native >= 0.68 (⚠️ Note that the new architecture isn't supported yet!)

v4.1.3

Compare Source

v4.1.2

Compare Source

  • Prevent initialization in iOS app extension
  • Set requiresMainQueueSetup to NO

v4.1.1

Compare Source

  • Add tvOS target in podspec

v4.1.0

Compare Source

  • Update AndroidX core-splashscreen package to beta01

Action required:

Update the package accordingly in your android/app/build.gradlefile:

// …

dependencies {
  implementation fileTree(dir: "libs", include: ["*.jar"])
  //noinspection GradleDynamicVersion
  implementation "com.facebook.react:react-native:+"  // From node_modules

+ implementation "androidx.core:core-splashscreen:1.0.0-beta01"

v4.0.2

Compare Source

  • Switch to a custom blocking Queue implementation (FIFO), which is most suited for the job of multiple concurrent promises.

v4.0.1

Compare Source

  • Replace ArrayList queue implementation with a Java Stack on Android to implement a proper thread-safe LIFO (Fix #​285)

v4.0.0

Compare Source

  • Dropped support for Android API < 6.0 and iOS < 11.0 (Android 5.x is supported in a degraded way)
  • Android 12 support with the new SplashScreen API 🎉
  • Easier install on Android (no more bootsplash.xml or SplashScreenActivity!)
  • Support of transparent status / navigation bars with react-native-bars (a full example is available in the /example directory)
  • The iOS implementation now rely exclusively on RCTRootView loadingView
  • Removal of the show method
  • Updated CLI tool to support Android 12 logos padding

For migration from the v3, check the MIGRATION.md guide.

v3.2.7

Compare Source


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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant