More than just programming.
1:35
4 жыл бұрын
Пікірлер
@gswift1
@gswift1 Ай бұрын
Great content on how to use iOS Native in react native. I have to say though that the battery monitoring code you have is computationally expensive. But you probably know that already and would take a different approach in production.
@SE_Sachin_Siddhartha
@SE_Sachin_Siddhartha 2 ай бұрын
sir how to pass and get parameters
@TuanNguyen-ie2zm
@TuanNguyen-ie2zm 2 ай бұрын
can i use event emitter in new architecture with turbo module?
@ebenezerocansey2920
@ebenezerocansey2920 3 ай бұрын
Thank you very much for this video. Is there anyway I could restrict the search to a country?
@hassanfarooq2502
@hassanfarooq2502 3 ай бұрын
Can You make an Complete tutorial How to setup the turn by turn Navigation Using Mapbox that's is working on Both IOS and Android
@tanvimutha4049
@tanvimutha4049 3 ай бұрын
I got error LOG [TypeError: Network request failed] could you please help me with it. Thanks
@user-jq4fk1hr7o
@user-jq4fk1hr7o 3 ай бұрын
Hi I'm curious about your color theme. It looks stunning! It is like catppuccin or moonlight but not quite the same.
@gauthamvijayan
@gauthamvijayan 4 ай бұрын
❤‍🔥❤‍🔥❤‍🔥❤‍🔥❤‍🔥 - Thanks
@gauthamvijayan
@gauthamvijayan 4 ай бұрын
The event emitter concept discussed here is a gold mine. Thanks for that! 😇
@gauthamvijayan
@gauthamvijayan 4 ай бұрын
From the video 1. We created the calendar module in the Calendar Module Java class We then instantiated that in the Package file 2. Now we are going to add the function in MainActivity so we will now have access to the provided module. Tough part is we have to enter all the boilerplate code from scratch. So having the boilerplate reduces complexity
@gauthamvijayan
@gauthamvijayan 4 ай бұрын
Awesome!
@tranngocthanh3018
@tranngocthanh3018 4 ай бұрын
Thanks , very simple and very easy to understand , you are genius teacher
@Ainigma
@Ainigma 4 ай бұрын
uhm DateTime can never be const, only final. final does not imply a const value aswell. a final List<String> can be mutable, a const <String>[] is unmodifiable. so final declares a single possible assignment, const describes compile time constants.
@Ainigma
@Ainigma 4 ай бұрын
btw datetime not able to be const is a problem that many people discussed in SO or forums
@ashuvssut23
@ashuvssut23 4 ай бұрын
Thankyou from the bottom of my heart. My deepest respect! This is really good and clear content
@geneshairzan
@geneshairzan 5 ай бұрын
Hi, how can you use Button compnent when not import it ? or ist any Button fuction below App function ? thx
@adithyasai4408
@adithyasai4408 5 ай бұрын
Can you make flip animation like way2news
@teodordimitrov7062
@teodordimitrov7062 5 ай бұрын
Very nice tutorial. Thank you.
@leoamato6113
@leoamato6113 7 ай бұрын
best rn native modules with swift I found! thanks!
@better_notes182
@better_notes182 7 ай бұрын
Thanks a TON, This was literally the explanation that made the MOST sense to me. Finally got it, thanks!
@worldonwheels9371
@worldonwheels9371 7 ай бұрын
Thank you!
@PavanKumar-jh3hp
@PavanKumar-jh3hp 8 ай бұрын
Superb Explaination
@ZackyJamel
@ZackyJamel 8 ай бұрын
Thank U, sure programmer
@learnandexplorewithsab
@learnandexplorewithsab 8 ай бұрын
Whenever I am generating a new project, my packages are getting generated in Kotlin but I want them to be generated in Java..Is there any way to pass it as a parameter if we want Java or Kotlin?
@jastagarbrar2315
@jastagarbrar2315 5 ай бұрын
FINALLY SOMEONE ASKED. i have have exact same question.
@kevinmiranda3661
@kevinmiranda3661 5 ай бұрын
Cuando creas el proyecto con android studio te pregunta el lenguaje con el que será creado (Kotlin o Java), solo selecciónalo.
@akashmadanu3994
@akashmadanu3994 8 ай бұрын
😍
@amdzakir
@amdzakir 9 ай бұрын
@UnsureProgrammer please need your complete guidance/support on how to implement a daily wallpaper changer in react native ( run task even when the app is closed ). Please let me if we can connect
@nishantsoni3051
@nishantsoni3051 9 ай бұрын
😀
@jatinhemnani1029
@jatinhemnani1029 10 ай бұрын
how to add listener on Screen Recording android? listener doesn't fire on screen recording
@nimesh519
@nimesh519 10 ай бұрын
plz make a video on background forground services
@kavint1095
@kavint1095 10 ай бұрын
i am getting payment confirmation error:null in sdk 50,how to solve it
@daretobedangerous6552
@daretobedangerous6552 10 ай бұрын
This is brilliant mate!
@weneedsenses
@weneedsenses 10 ай бұрын
if useEffect is running once and data is initially set to null, is it necessary to check if (!data) ?
@yasirulochana4610
@yasirulochana4610 10 ай бұрын
This is not working in react native 0.71, Anyone tried this?
@z1haze
@z1haze 10 ай бұрын
I know this is very outdated, but could anyone please explain how simply adding a different clamp to the interpolation magically makes the scrolling up to transition the header back into view, regardless of the scroll offset? It doesn't make sense why this worked in old reanimated, and I've not been able to find anything to work similarly in the new reanimated.
@54gulnara
@54gulnara 11 ай бұрын
Thank you, this video helped me a lot with ClampingScrollPhysics))
@DidYouCropThat
@DidYouCropThat 11 ай бұрын
Getting _reactNative.NativeModules.decrement. is not a function, with [email protected]. Have you tested this code on a new version?
@emmanuelkalibbala510
@emmanuelkalibbala510 11 ай бұрын
You rock🚀
@TechnoPhileVarunvaru
@TechnoPhileVarunvaru 11 ай бұрын
Great tut dude... keep it up
@swaroopreddy-m2m
@swaroopreddy-m2m 11 ай бұрын
I can't thank you enough. You walked through it step by step, and clarified everything that was confusing for a beginner. You are amazing, and thanks so much for this.
@TejasLangote
@TejasLangote 11 ай бұрын
great video
@KrunalPanchal-v6o
@KrunalPanchal-v6o 11 ай бұрын
What is the theme of VScode and what font ?
@mayowaodunsi7954
@mayowaodunsi7954 11 ай бұрын
Do you have an updated code?? Documentation has changed greatly since your last video
@YuriiKratser
@YuriiKratser 11 ай бұрын
Thank you!
@derekcarday
@derekcarday Жыл бұрын
hilarious how the most viewed portion of the video is also where he just goes to the documentation
@josephkamande3219
@josephkamande3219 Жыл бұрын
Very helpful video
@nunitoism
@nunitoism Жыл бұрын
I am having some issues with the simulator debugging: there is no Debug with Chrome option for me. I can't see any log. There is only a Open Debugger option, but it does nothing.
@tiny.titans.creations
@tiny.titans.creations Жыл бұрын
👍🏻 thanks
@filipeleonelbatista
@filipeleonelbatista Жыл бұрын
Thanks for your help, is outdated but is usefull as a guide to find actual documentation and process.
@hamooon
@hamooon Жыл бұрын
I found your video at the end of a long string of failures using gpt... Man. You got a subscriber for life.
@rajaonahtoky9924
@rajaonahtoky9924 Жыл бұрын
How can I animate the path between these 2 points?
@asimnehal3953
@asimnehal3953 Жыл бұрын
How to use it in functional component, specially to push navigation...? Please help me out..