React Native Tutorial  #12 - Alerts

React Native Tutorial #12 - Alerts

Net Ninja

4 года назад

104,644 Просмотров

Ссылки и html тэги не поддерживаются


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

@emenem4225
@emenem4225 - 16.02.2022 22:27

Screenshot alerts ios

Ответить
@manoj-k
@manoj-k - 19.11.2021 16:40

🔥🔥🔥

Ответить
@user-iz9ze7zf3v
@user-iz9ze7zf3v - 18.11.2021 16:02

u are my react native master

Ответить
@primicerius
@primicerius - 20.06.2021 00:56

This is a really nice course although I'm still having trouble connecting the logic because I only know basic JS and don't know much about ES6. Plus, I forgot some stuff lol

Ответить
@gauravpratapsingh1575
@gauravpratapsingh1575 - 17.05.2021 21:39

You sounds like tyson fury 😂😂

Ответить
@chandrashekharkotekar8453
@chandrashekharkotekar8453 - 26.04.2021 19:13

Thank you Ninja for awesome videos.. You have made react native so easy to understand..

Ответить
@dolapoajayi2156
@dolapoajayi2156 - 14.04.2021 15:03

import alert component from react-native!

Ответить
@provaray4024
@provaray4024 - 20.02.2021 15:27

any idea about this

Ответить
@provaray4024
@provaray4024 - 20.02.2021 15:27

how to change button color with if else condition if words >5 color should change otherwise it remains normal

Ответить
@praveenap6852
@praveenap6852 - 04.02.2021 20:08

Hi,I tried this code, alert msg is not displayed in the output

Ответить
@sylvielmna
@sylvielmna - 29.12.2020 05:37

I prefer to do this sort of thing with a guard clause like so:

if (text.length <= 3 ){
Alert.alert('OOPS!', 'Todos must be over 3 chars long',[
{text: 'Understood', onPress:()=>console.log('alert closed')}
]);
return;
}

Ответить
@amazingshortvideos9922
@amazingshortvideos9922 - 21.12.2020 13:57

Alert.alert is not working in expo web version I am using web for testing but it is not showing the alert in it what can i do??

Ответить
@aviseksahoo1953
@aviseksahoo1953 - 20.11.2020 11:36

How can we put delete confirm in todoItems plz anyone help ...

Ответить
@kubilayalbayrak9054
@kubilayalbayrak9054 - 17.10.2020 17:16

ı love you so much , my best teacher Net :)

Ответить
@marctecpile7348
@marctecpile7348 - 11.09.2020 03:13

Thank you, Excellent channel. Regards

Ответить
@sghayeroumayma8506
@sghayeroumayma8506 - 03.08.2020 19:03

Thank you for saving us <3

Ответить
@unyielding37
@unyielding37 - 31.05.2020 00:38

man, you're beautiful, if i stand in front of you i would kiss you in your great forehead

Ответить
@elsemur8256
@elsemur8256 - 21.05.2020 03:43

IN THE WEB VERSION, HIDING THE KEYBOARD ... DOESN'T FEEL VERY WELL HAHAHA

Ответить
@pathanjaved3416
@pathanjaved3416 - 09.05.2020 12:51

How To use php in backend and how to connect php code in react native using xammp server ? can show me?

Ответить
@frontendcode
@frontendcode - 11.03.2020 13:42

Alert.alert("Oops!", "text", [
{ text: "Ok", onPress: () => console.log("alert closed") }
])

Ответить
@lioralehrer8380
@lioralehrer8380 - 25.02.2020 13:29

Thanks for all your tutorials! I learn a lot from them! You can also make the validation condition in AddToDo component, this way will keep App.js cleaner

Ответить
@mahadevmirasdar1122
@mahadevmirasdar1122 - 31.01.2020 21:51

OOPS!

Ответить
@MrRASTrAvis
@MrRASTrAvis - 07.12.2019 21:05

You are the best! I always turn off my Adblock when watching your tutorials <3

Ответить
@hagaiha12
@hagaiha12 - 07.12.2019 17:08

Hi Shawn!
thanks for another great tutorial!

can you explain how to delete the input value after submitting?

something like { document.getElenemtByID(...).value = ' ' } on react-web
(is there a nice and easy way to get the elements by ref or id etc... ?)

Ответить
@kipsangaaraplimo1442
@kipsangaaraplimo1442 - 07.12.2019 11:41

To me too, be honest, React Native or Flutter? your own preference

Ответить
@alsaamit
@alsaamit - 07.12.2019 05:52

Be honest with me Ninja .. What do you love Flutter or React Native?

Ответить
@tahirmehmood1735
@tahirmehmood1735 - 06.12.2019 13:21

sir i got error when I try to run my physical device on react-native run-android it give me a lot of errrors

Ответить
@informatiquedz9800
@informatiquedz9800 - 06.12.2019 12:59

hello, any advenced nodejs/expressJs course?

Ответить
@NikhilAdiga
@NikhilAdiga - 06.12.2019 12:47

Best coding channel on YT. Hands down 🔥

Ответить