react-native-bootsplash

πŸš€ Show a splash screen during app startup. Hide it when you are ready.

MIT License

Downloads
514.2K
Stars
3.4K
Committers
41

Bot releases are hidden (Show)

react-native-bootsplash - 4.2.3

Published by zoontek over 2 years ago

  • Declare splashScreenView as final to silent warning (fix #367)
react-native-bootsplash - 4.2.2

Published by zoontek over 2 years ago

  • Avoid calling applyThemesSystemBarAppearance in a side effect on Android 12+.
react-native-bootsplash - 4.2.1

Published by zoontek over 2 years ago

  • Fix iOS asset generation fails for CLI < 0.69.0 (fix #365)
react-native-bootsplash - 4.2.0

Published by zoontek over 2 years ago

  • Update AndroidX core-splashscreen package to 1.0.0-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"
react-native-bootsplash - 4.1.6

Published by zoontek over 2 years ago

react-native-bootsplash - 4.1.5

Published by zoontek over 2 years ago

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

Published by zoontek over 2 years ago

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

Published by zoontek over 2 years ago

react-native-bootsplash - 4.1.2

Published by zoontek over 2 years ago

  • Prevent initialization in iOS app extension
  • Set requiresMainQueueSetup to NO
react-native-bootsplash - 4.1.1

Published by zoontek over 2 years ago

  • Add tvOS target in podspec
react-native-bootsplash - 4.1.0

Published by zoontek almost 3 years ago

  • Update AndroidX core-splashscreen package to 1.0.0-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"
react-native-bootsplash - 4.0.2

Published by zoontek almost 3 years ago

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

Published by zoontek almost 3 years ago

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

Published by zoontek almost 3 years ago

  • 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.

react-native-bootsplash - 3.2.6

Published by zoontek about 3 years ago

  • Rollback 3.2.4 changes
react-native-bootsplash - 3.2.5

Published by zoontek about 3 years ago

  • Improve hide and show rejection messages
  • Display a warning instead of a red screen when RNBootSplash is initialized before rootViewController
react-native-bootsplash - 3.2.4

Published by zoontek over 3 years ago

  • Warn if RNBootSplash is initialized before rootViewController is set (#235 by @sharplet)
react-native-bootsplash - 3.2.3

Published by zoontek over 3 years ago

  • Remove splash screen reset on development reload (fix multiple bundles issue)
react-native-bootsplash - 3.2.2

Published by zoontek over 3 years ago

  • Set main as default flavor in the CLI plugin config
react-native-bootsplash - 3.2.1

Published by zoontek over 3 years ago

  • Add mavenCentral() as jcenter() is shutting down
Package Rankings
Top 1.15% on Npmjs.org
Badges
Extracted from project README
mit licence npm version npm downloads platform - android platform - ios
Related Projects