You the real ninja of programming. No other youtube can compete with you. their videos are composed of 90% of waffle and some practical example. Your videos are pure practical examples as you explain !!!
Thank you for your simple yet thorough explanations as your progress through each step. I really appreciate putting the HEADER into a separate folder for simplicity and readability!
Hey ninja I am very glad to learn from you. I have already learned flutter from you. and this is awesome too. but in this react native we have to define every little thing to preview like you want header you have to make proper code for header but in other hand flutter you just have to write appBar and boom header is right in front of you.. by the way its really good to have a teacher like you..❤
You're really a master in react native the way you teach is awesome I had found ever on RUclips in case of specially react native short and simple thank you.
despite i'm Russian I understarn you much clearly than video samples of our local taechers in my own language , you'v got a gift to educate. How do you manage to cope up with tons of materials , languages and cetera , please give me an advise , bitter (ger)
Header.js contains const variable 'styles'. We export the function named Header into App.js, then how does 'styles' variable still accessible to Header component?
That's ok, i found the answer. For those wondering the same thing : We are actually passing the 'props' object. So it makes sense to destructure 'props.item' into 'item'
Can someone please tell me how I can make it so that when I press the add button or use onSubmitEditing the TextInput clears up? So I can add new items without having to clear it all manually
Hi Dear Shaun Thanks for your great jobs Plz use express, relay, graphql , ...for server and client Not firebase And i'm waiting for mongodb (mongosse) and mysql and also relay cources, cause you are awsome
You the real ninja of programming. No other youtube can compete with you. their videos are composed of 90% of waffle and some practical example. Your videos are pure practical examples as you explain !!!
Never Bored In Education, especially Coding Education, Thanks So Much!!!!
Thank you for your simple yet thorough explanations as your progress through each step. I really appreciate putting the HEADER into a separate folder for simplicity and readability!
Hey ninja I am very glad to learn from you. I have already learned flutter from you. and this is awesome too. but in this react native we have to define every little thing to preview like you want header you have to make proper code for header but in other hand flutter you just have to write appBar and boom header is right in front of you.. by the way its really good to have a teacher like you..❤
if I could hit like twice i would, best react native series I have found, hands down
You're really a master in react native the way you teach is awesome I had found ever on RUclips in case of specially react native short and simple thank you.
Shaun, thank you so much! you are the best instructor there is
I would love to hear your commentary on Flutter vs ReactNative and cons and pros so to speak
THANK YOU SO MUCH, you saved the Day, thank you again ! You simplified react native for me so much
"play on the switch" --- my personal favourite lol 😂😂
that is what I looked for for a long time thanks , dude! Peace!
despite i'm Russian I understarn you much clearly than video samples of our local taechers in my own language , you'v got a gift to educate. How do you manage to cope up with tons of materials , languages and cetera , please give me an advise , bitter (ger)
))
@TheNetNinja what color theme are you using for writing code?
Here's the data if you don't want to type.
const [todos, setTodos] = useState([
{ text: 'buy coffee' , key: '1' },
{ text: 'create and app' , key: '2' },
{ text: 'play on the switch', key: '3' }
]);
thank you very much!! your videos are awesome man!!
Header.js contains const variable 'styles'. We export the function named Header into App.js, then how does 'styles' variable still accessible to Header component?
Thank you so much for your tutorials.. very well explained
error - unable to resolve module ./components/header from app.js
9:45 , Man i was listening seriously up to that , you ruined that and made me laugh so hard :D :D i'm a fan of you . Thank you
i got lost at #7 and #8 tutorial . This one is very easy
I really don't understand why we destructuring item in the RenderItem function. Since we are using item.text, what is destructuring doing?
That's ok, i found the answer. For those wondering the same thing : We are actually passing the 'props' object. So it makes sense to destructure 'props.item' into 'item'
Can someone please tell me how I can make it so that when I press the add button or use onSubmitEditing the TextInput clears up? So I can add new items without having to clear it all manually
Bro is there any firebase tutorial. Anyway you are the best
It says header has already been declared when I try to import it
excellent explanation, please continue like this, I subscribe to your channel and count on your excellent expertise
Great videos!!! Thanks a lot !!!!!!!
my header is hidden
its not showing fully after importing it
Thank you
Is there a playlist for this series?
Hey, yeah it's here - ruclips.net/p/PL4cUxeGkcC9ixPU-QkScoRBVxtPPzVjrQ
🔥🔥🔥
enjoy your funny sound !! tut tut toooo....
finally i am quiting this course, please make new one
Super
0:08
pls download the prettier extension
👏👏👏👏👏
hahaha i like the sound that u just said small app tek tek teeeeeeeee hahaha
Thanks!!
for the lazy:
const [todos, setTodos] = useState([
{ text: "buy coffee", key: "1" },
{ text: "create an app", key: "2" },
{ text: "play on the switch", key: "3" }
]);
my FlatList not showing the data _-_
but if using map the data is show
finally :p
Hi Dear Shaun
Thanks for your great jobs
Plz use express, relay, graphql , ...for server and client
Not firebase
And i'm waiting for mongodb (mongosse) and mysql and also relay cources, cause you are awsome
const [todos, setTodos] = useState([
{ text: 'buy coffee', key: 1 },
{ text: 'create an app', key: 2 },
{ text: 'play on the switch', key: 3 }
]);