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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.2.0
->^4.0.0
Release Notes
zoontek/react-native-bootsplash
v4.2.0
Compare Source
core-splashscreen
package torc01
0.69.0
CLI (fix #362)chalk
topicocolors
Action required:
Update the package accordingly in your
android/app/build.gradle
file:// … 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
jpeg-js
to0.4.4
(fixes https://github.com/zoontek/react-native-bootsplash/issues/359)v4.1.5
Compare Source
v4.1.4
Compare Source
>= 0.68
(v4.1.3
Compare Source
RNBootSplashTask
(not needed since there is noshow
method anymore) (https://github.com/zoontek/react-native-bootsplash/pull/318)v4.1.2
Compare Source
requiresMainQueueSetup
toNO
v4.1.1
Compare Source
tvOS
target in podspecv4.1.0
Compare Source
core-splashscreen
package tobeta01
Action required:
Update the package accordingly in your
android/app/build.gradle
file:// … 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
Queue
implementation (FIFO), which is most suited for the job of multiple concurrent promises.v4.0.1
Compare Source
ArrayList
queue implementation with a JavaStack
on Android to implement a proper thread-safe LIFO (Fix #285)v4.0.0
Compare Source
bootsplash.xml
orSplashScreenActivity
!)/example
directory)RCTRootView
loadingView
show
methodFor 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.
This PR has been generated by Mend Renovate. View repository job log here.