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_Siddhartha2 ай бұрын
sir how to pass and get parameters
@TuanNguyen-ie2zm2 ай бұрын
can i use event emitter in new architecture with turbo module?
@ebenezerocansey29203 ай бұрын
Thank you very much for this video. Is there anyway I could restrict the search to a country?
@hassanfarooq25023 ай бұрын
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
@tanvimutha40493 ай бұрын
I got error LOG [TypeError: Network request failed] could you please help me with it. Thanks
@user-jq4fk1hr7o3 ай бұрын
Hi I'm curious about your color theme. It looks stunning! It is like catppuccin or moonlight but not quite the same.
@gauthamvijayan4 ай бұрын
❤🔥❤🔥❤🔥❤🔥❤🔥 - Thanks
@gauthamvijayan4 ай бұрын
The event emitter concept discussed here is a gold mine. Thanks for that! 😇
@gauthamvijayan4 ай бұрын
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
@gauthamvijayan4 ай бұрын
Awesome!
@tranngocthanh30184 ай бұрын
Thanks , very simple and very easy to understand , you are genius teacher
@Ainigma4 ай бұрын
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.
@Ainigma4 ай бұрын
btw datetime not able to be const is a problem that many people discussed in SO or forums
@ashuvssut234 ай бұрын
Thankyou from the bottom of my heart. My deepest respect! This is really good and clear content
@geneshairzan5 ай бұрын
Hi, how can you use Button compnent when not import it ? or ist any Button fuction below App function ? thx
@adithyasai44085 ай бұрын
Can you make flip animation like way2news
@teodordimitrov70625 ай бұрын
Very nice tutorial. Thank you.
@leoamato61137 ай бұрын
best rn native modules with swift I found! thanks!
@better_notes1827 ай бұрын
Thanks a TON, This was literally the explanation that made the MOST sense to me. Finally got it, thanks!
@worldonwheels93717 ай бұрын
Thank you!
@PavanKumar-jh3hp8 ай бұрын
Superb Explaination
@ZackyJamel8 ай бұрын
Thank U, sure programmer
@learnandexplorewithsab8 ай бұрын
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?
@jastagarbrar23155 ай бұрын
FINALLY SOMEONE ASKED. i have have exact same question.
@kevinmiranda36615 ай бұрын
Cuando creas el proyecto con android studio te pregunta el lenguaje con el que será creado (Kotlin o Java), solo selecciónalo.
@akashmadanu39948 ай бұрын
😍
@amdzakir9 ай бұрын
@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
@nishantsoni30519 ай бұрын
😀
@jatinhemnani102910 ай бұрын
how to add listener on Screen Recording android? listener doesn't fire on screen recording
@nimesh51910 ай бұрын
plz make a video on background forground services
@kavint109510 ай бұрын
i am getting payment confirmation error:null in sdk 50,how to solve it
@daretobedangerous655210 ай бұрын
This is brilliant mate!
@weneedsenses10 ай бұрын
if useEffect is running once and data is initially set to null, is it necessary to check if (!data) ?
@yasirulochana461010 ай бұрын
This is not working in react native 0.71, Anyone tried this?
@z1haze10 ай бұрын
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.
@54gulnara11 ай бұрын
Thank you, this video helped me a lot with ClampingScrollPhysics))
@DidYouCropThat11 ай бұрын
Getting _reactNative.NativeModules.decrement. is not a function, with [email protected]. Have you tested this code on a new version?
@emmanuelkalibbala51011 ай бұрын
You rock🚀
@TechnoPhileVarunvaru11 ай бұрын
Great tut dude... keep it up
@swaroopreddy-m2m11 ай бұрын
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.
@TejasLangote11 ай бұрын
great video
@KrunalPanchal-v6o11 ай бұрын
What is the theme of VScode and what font ?
@mayowaodunsi795411 ай бұрын
Do you have an updated code?? Documentation has changed greatly since your last video
@YuriiKratser11 ай бұрын
Thank you!
@derekcarday Жыл бұрын
hilarious how the most viewed portion of the video is also where he just goes to the documentation
@josephkamande3219 Жыл бұрын
Very helpful video
@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 Жыл бұрын
👍🏻 thanks
@filipeleonelbatista Жыл бұрын
Thanks for your help, is outdated but is usefull as a guide to find actual documentation and process.
@hamooon Жыл бұрын
I found your video at the end of a long string of failures using gpt... Man. You got a subscriber for life.
@rajaonahtoky9924 Жыл бұрын
How can I animate the path between these 2 points?
@asimnehal3953 Жыл бұрын
How to use it in functional component, specially to push navigation...? Please help me out..