Elevate Your App Design: Creating a React Native Splash Screen with Bootsplash

Поділитися
Вставка
  • Опубліковано 16 жов 2024
  • #reactnative #reactnativetutorial #bootsplash #splashscreen #codewithabdul
    GitHub
    github.com/abd...
    Welcome to our latest tutorial aimed at optimizing your React Native app's first impression! In this video, we'll guide you through the process of creating a stunning splash screen using Bootsplash.
    As we all know, the first impression is crucial in app development. With Bootsplash, we'll show you how to make that first moment count by crafting a sleek and professional splash screen that sets the tone for your entire app.
    In this step-by-step tutorial, we'll cover everything you need to know to integrate Bootsplash into your React Native project. From installation to customization, we've got you covered.
    Whether you're a seasoned React Native developer looking to enhance your app's visual appeal or a newcomer eager to make a strong first impression, this tutorial is for you.
    Subscribe to our channel for more tutorials on optimizing your app development process. Let's dive in and create a splash screen that leaves a lasting impression!

КОМЕНТАРІ • 22

  • @bid0u12345
    @bid0u12345 5 місяців тому

    I saw that react-native-splash-screen wasn't maintained since 2021 and was looking for a more up to date alternative. Thanks for the video!

  • @YusufPOLAT-vf8eg
    @YusufPOLAT-vf8eg 4 місяці тому

    Thank you very much for the content. Despite my Splash Screen being 4096*4096 pixels, the image appears compressed only on Android devices. The existing solutions didn't work for me. Do you have any knowledge on this matter?

    • @codewithabdul
      @codewithabdul  Місяць тому

      You said it seems compressed. Are you facing image quality issue?

  • @fifelolaoluga
    @fifelolaoluga 4 місяці тому

    Great video, what if the image resolution is not as you recommended (4092*4092), does that affect the splash Screen ? my logo is not the same size as yours.

    • @codewithabdul
      @codewithabdul  4 місяці тому

      Thanks for following the video, if the image is not in the said size, it would look cramped in many devices. Even if you do not have the image in the said size, add a white background to align it with the recommend size.

    • @fifelolaoluga
      @fifelolaoluga 4 місяці тому +1

      @@codewithabdul Thank you for responding.

  • @SHROUDICH
    @SHROUDICH 4 місяці тому

    on android it's different aspect ratio, did you manage to fix it?

    • @codewithabdul
      @codewithabdul  4 місяці тому

      Yes, I did. You need to adjust the logo properly.

  • @BezelelB
    @BezelelB 6 місяців тому +1

    i tried react native splash screen npm first but its not working, but this worked for me . thank you bro

  • @lollyinnovation1948
    @lollyinnovation1948 5 місяців тому

    does this work for expo

    • @disolaterx
      @disolaterx 5 місяців тому

      yup they just launched the update for this

    • @lollyinnovation1948
      @lollyinnovation1948 5 місяців тому

      @@disolaterx wow is there any way you can help with that pls

  • @javidmammadov6726
    @javidmammadov6726 4 місяці тому

    Thank you so much!

    • @codewithabdul
      @codewithabdul  Місяць тому

      No problem! Just doing my part to make the internet a little brighter-one thank you at a time!

  • @discoverthecode2286
    @discoverthecode2286 6 місяців тому +1

    thanks sir

  • @yusufpolat9290
    @yusufpolat9290 4 місяці тому

    Thank you very much for the content. Despite my Splash Screen being 4096*4096 pixels, the image appears compressed only on Android devices. The existing solutions didn't work for me. Do you have any knowledge on this matter?

    • @codewithabdul
      @codewithabdul  Місяць тому

      You said it seems compressed. Are you facing image quality issue?

    • @zoontek
      @zoontek 11 днів тому

      Bootsplash library author here.
      This doesn't work because in this tutorial, a third party tool is used for assets generation.
      The library uses Android 12+ SplashScreen API and the website used here to generate the assets is obsolete (logo must be padded in a square and will have a circle mask applied on)
      If you use the builtin CLI for assets generation, everything will be fine. It handles everything for you.

    • @rohanpatil5301
      @rohanpatil5301 8 днів тому

      @@zoontek Thank you for this comment💝. I was having problem with third party tools as the images were looking like compressed. With the use of built in CLI for Assets Generation the problem has resolved.