1. The Ultimate Guide to React Native App Icons & Splash Screens

1. The Ultimate Guide to React Native App Icons & Splash Screens

CodeWithAbdul

1 год назад

70,313 Просмотров

#reactnative #reactnativetutorial #applicationicon #splashscreen #codewithabdul

GitHub
https://github.com/abdulahad-07/react-native-tutorial/tree/1.app-icon-and-splash-screen

00:00 Introduction
00:21 Create a new project
00:48 Generate application icon bundle
01:42 Add application icon in Android
03:20 Add application icon in iOS
04:53 Generate splash screen assets
05:45 Add splash screen in Android
09:55 Add splash screen in iOS
12:08 Change application name in Android
12:39 Change application name in iOS

In this video, we will learn how to customize the application icon and splash screen in a React Native app. The application icon and splash screen are the first things that users see when they launch your app, so it's important to make a good first impression. We will start by creating a new React Native app and then we will replace the default icon and splash screen with our own custom designs. We will use the React Native Splash Screen library to customize the splash screen. We will also cover how to generate the required image assets for both the icon and splash screen. By the end of this video, you will have a solid understanding of how to customize the application icon and splash screen in your React Native app. So, join me and let's get started!

Subscribe to this YouTube channel for more interesting content
https://www.youtube.com/@codewithabdul?sub_confirmation=1

Buy me a coffee
https://www.buymeacoffee.com/codewithabdul

Тэги:

#splash_screen #react_native #app_icon #react_native_splash_screen #react_native_application_icon #android_splash_screen #splash_screen_android_studio #android_studio_splash_screen #react_native_tutorial #react_native_tutorial_for_beginners #react_native_full_course
Ссылки и html тэги не поддерживаются


Комментарии:

melek khmekhem
melek khmekhem - 11.11.2023 20:58

thanks bro

Ответить
SomeCreativePerson
SomeCreativePerson - 26.10.2023 01:47

what is the emulator you are using?

Ответить
Mohammad Yeasin
Mohammad Yeasin - 25.10.2023 15:07

i am facing an issue RelativeLayout class is not found...i have follow al your instruction....but cant understand why i am getting this issue.. please help.

Ответить
Muzammil
Muzammil - 24.10.2023 09:56

nice video😍

Ответить
Jesús Andrés Cabrera
Jesús Andrés Cabrera - 14.10.2023 23:50

cool!!! Nice tutorial bro!! Congrats

Ответить
Nice Car Maníacos
Nice Car Maníacos - 29.09.2023 22:56

In the most current versions there are some differences in the default code, I am getting an error when running the Android version where a message is displayed in the emulator saying that the native splashscreen is trying to override the installed one. Do you have any suggestions to remove this conflict? Thanks.

Ответить
Miriam Araújo
Miriam Araújo - 25.09.2023 21:29

Thank you so much for making this video. 🙏

Ответить
Techie Oriname
Techie Oriname - 22.09.2023 20:20

😢 Apparently this didn't work for me.
<item name="android:windowIsTranslucent">true</item>
adding this to styles.xml did the trick!!! 💯
React Native: v0.72.4

Ответить
Hussam Bin Noor
Hussam Bin Noor - 20.09.2023 10:43

not working

Ответить
Marsel Marsel
Marsel Marsel - 13.09.2023 14:42

Thanks!

Ответить
Abdul Matin Kadri
Abdul Matin Kadri - 08.09.2023 14:24

For andorid it's showing 2 launch_screen

Ответить
Muhammet Aydın
Muhammet Aydın - 04.09.2023 12:43

dont touch styles.xml

Ответить
Turbbii
Turbbii - 31.08.2023 22:55

Hi, this is the video that I exactly need but, I have a big problem, in my project, I can not see the android and ios folders, anyone knows why?

Ответить
Khoirul Afwan
Khoirul Afwan - 31.08.2023 12:23

Sir i got this error while app is build, can you help me?
Execution failed for task ':react-native-splash-screen:writeDebugAarMetadata'.
> Failed to create parent directory '/Users/khoirulafwan/Documents/CoffeApp/node_modules/react-native-splash-screen/android/build' when creating directory '/Users/khoirulafwan/Documents/CoffeApp/node_modules/react-native-splash-screen/android/build/intermediates/aar_metadata/debug'

Ответить
Tien Nguyen
Tien Nguyen - 19.08.2023 07:54

awesome

Ответить
Soap CS2
Soap CS2 - 18.08.2023 04:15

That terminal light theme is sexy

Ответить
Nicholas Eduardo
Nicholas Eduardo - 14.08.2023 05:55

Thanks so much, your tutorial was important for me 🙏

Ответить
Sheroze Ali
Sheroze Ali - 13.08.2023 15:39

Thanks for the tutorial but There's a padding around mob icons white spaces around the icon.
how to remove it ?

Ответить
Muhammad Ahmad
Muhammad Ahmad - 07.08.2023 18:49

I am receiving an error "TypeError: Cannot read property 'hide' of null, js engine: hermes" at "SplashScreen.hide();" and splash screen isn't working

Ответить
Ра Дро
Ра Дро - 04.08.2023 11:48

Great video!
By the way, any thoughts on react-native-bootsplash library as a replacement the one used in video? (as it has not been updated more then 2 years)

Ответить
Tabish Abbasi
Tabish Abbasi - 30.07.2023 14:59

awesome

Ответить
Dastan Shaukenov
Dastan Shaukenov - 27.07.2023 05:35

Hmm. So much pngs. Use just one svg logo file. Or create tsx file and put svg code there. And do it for any icon in your app.

Ответить
Korey Madden
Korey Madden - 26.07.2023 15:56

On iOS how do you prevent the screen from turning white when it says ex: "Bundling 25%" at the top? My app takes a little longer to do that so it is a white screen for a while. Is this just something that will happen during development and not show a white screen when in production?

Ответить
Un tipo
Un tipo - 20.07.2023 23:40

This is the fist tutorial that I do in the first try. TYSM

Ответить
Nivedita Ghosh
Nivedita Ghosh - 18.07.2023 10:46

Thanks dude. It was very Helpful and understandable

Ответить
Nifemi Ojinni
Nifemi Ojinni - 24.06.2023 15:18

Ape tool is not downloading my files and it is taking long to process

Ответить
Richard Kirigaya
Richard Kirigaya - 15.06.2023 17:28

Getting issue: class not found RelativeLayout, after following your instructions on adding a splash screen on android. Any clues on fixing this ?

Ответить
Shubham Handergule
Shubham Handergule - 05.06.2023 21:03

app icon shadow coming in Android how to fix it

Ответить