Тёмный
ToThePointCode
ToThePointCode
ToThePointCode
Подписаться
Straightforward and quality programming videos with a pinch of fun and more.

Please support us by subscribing and don't hesitate to contact us on
- contact.tothepointcode@gmail.com

Want to hire me ? Please send me an email as well.
React Native Floating Bottom Tabs
21:12
2 месяца назад
Checkbox Inputs ( Buttons ) in React Native
9:20
7 месяцев назад
Radio Inputs ( Buttons ) in React Native
10:54
7 месяцев назад
Image Upload in React Native | Expo App
9:24
11 месяцев назад
Комментарии
@samobanijesu
@samobanijesu 6 часов назад
You're not just a good developer, but also a very good teacher.
@ToThePointCode
@ToThePointCode 3 часа назад
Thank you 🤝
@Cookies-cv3nd
@Cookies-cv3nd День назад
Immediate subscription, thank you for great content and explanation
@ToThePointCode
@ToThePointCode 3 часа назад
You're welcome
@MrPratitb
@MrPratitb 3 дня назад
im new to your channel. first, i like the channel name. second, this react native wine app series looks interesting. im planning to learn react native to build apps. ive some practice with react js. can i follow this series to learn and practice native?
@ToThePointCode
@ToThePointCode 3 дня назад
Thanks for checking the video out. In the series, we'll cover a lot of the practices involved in building apps with react native. So you can learn a lot by following along.
@DesmondTeko-i6m
@DesmondTeko-i6m 4 дня назад
Great work. Thank you so much for this. For the record, if you make your video incomplete like this without providing a free source code for viewer to continue watching the video, you might not earn their subscribe and like. You did not provide the source and you did not show the complete code as well in your video which is not good. Well it depends on your priority. Nevertheless, you did well!
@ToThePointCode
@ToThePointCode 4 дня назад
Thanks for your input.
@reactnative2024
@reactnative2024 4 дня назад
Great
@ToThePointCode
@ToThePointCode 3 дня назад
Thanks
@ajiloredaniel416
@ajiloredaniel416 5 дней назад
This js really nice ... I like your setup. I have applied some of those practices in my mobile projecg before and i am happy to see them here... However z what if users are to have a shopping list?.. can you make a vid tutorial on that Welldone 🎉
@ToThePointCode
@ToThePointCode 5 дней назад
Thanks for your comment. The shopping list will come in the next parts.
@samobanijesu
@samobanijesu 8 дней назад
Good job bro. It's been a long while
@ToThePointCode
@ToThePointCode 8 дней назад
Thank you.
@stephenarthur9169
@stephenarthur9169 8 дней назад
Good job bro I need your assistance with a bug I am facing,please gimme an info that I can text you
@ToThePointCode
@ToThePointCode 8 дней назад
Please email contact.tothepointcode@gmail.com
@Ali_fatma-un7cv
@Ali_fatma-un7cv 12 дней назад
Please attach the verified.js file.
@JoaoGomes-ko5nd
@JoaoGomes-ko5nd 14 дней назад
Helped a lot, thanks!!
@ToThePointCode
@ToThePointCode 14 дней назад
Glad it was helpful. You're welcome.
@CipherCamp
@CipherCamp 22 дня назад
can you make a video where you do all of this from the start?
@amitsimona5733
@amitsimona5733 27 дней назад
bro why u are showing what we need in order to see your video,instead of just making a video of how to do the prework for this video i dont understand it
@ToThePointCode
@ToThePointCode 26 дней назад
Can you come again? I don't understand.
@jordanlow1356
@jordanlow1356 Месяц назад
good video
@ToThePointCode
@ToThePointCode 14 дней назад
Thanks
@Muahib_stores
@Muahib_stores Месяц назад
Please I want to use notification listener on react native please how do I do it I have been trying but it's not working i have been some research and it's stating that I have to eject expo but I don't know what to do after so please help me
@arnaudakotonou6254
@arnaudakotonou6254 Месяц назад
The video I needed
@Aravinthan_Trader_FX
@Aravinthan_Trader_FX Месяц назад
I tried the same thing for extra space between keyboard and input field ,it's working but the extra space background color is not transparent and I tried giving backgroundColor to transparent it doesn't take that color. Can you please give me a solution?
@steinbeats
@steinbeats Месяц назад
what about on local?
@Aravinthan_Trader_FX
@Aravinthan_Trader_FX Месяц назад
How to give extra space between the keyboard and input field , I tried keyboardVerticalOffset prop I got the space but I can't give background color to transparent not working, Can you please help with this issue?
@thelostman5625
@thelostman5625 Месяц назад
Can you give me the color values you used in here?
@ihsanullahmahboobi2460
@ihsanullahmahboobi2460 Месяц назад
one word "Fantstic"
@stay-motivated23
@stay-motivated23 Месяц назад
bro you save my life
@muenzi01
@muenzi01 Месяц назад
works perfectly fine, thanks
@DjamelAzizTayeb
@DjamelAzizTayeb Месяц назад
over architected code
@AANUOLA-e3g
@AANUOLA-e3g Месяц назад
Thanks and God bless
@getrekt9880
@getrekt9880 Месяц назад
Thanks alot!
@sudipsarkar1512
@sudipsarkar1512 2 месяца назад
Did not understand the basename property part ... please explain.
@pktheboy9859
@pktheboy9859 2 месяца назад
Thanks a lot man
@mrcardanno9133
@mrcardanno9133 2 месяца назад
Your souce code link keep saying error
@ToThePointCode
@ToThePointCode 2 месяца назад
Please try again. It worked when I tried it
@blessingsunday5272
@blessingsunday5272 29 дней назад
same here
@senayakagunduz
@senayakagunduz 2 месяца назад
I used createBrowserRouter, so how can I write basename? const router = createBrowserRouter([ { path: '/', element: <HomeLayout />, errorElement: <Error />, children: [ { path: '/', element: <Navigate to='login' replace /> }, ] }, { path: '/login', element: <Login />, errorElement: <Error />, } ])
@WahomeTheTechie
@WahomeTheTechie 2 месяца назад
Thanks for this. It has really helped me.
@ToThePointCode
@ToThePointCode 2 месяца назад
Welcome.
@isaiahengle1316
@isaiahengle1316 2 месяца назад
this unfortunately does not seem to be working on IOS as of this date. I see there are 4 tutorials though in this playlist, so I'll try number 4. Thank you for these tutorials
@Aravinthan_Trader_FX
@Aravinthan_Trader_FX Месяц назад
I tried the same thing for extra space between keyboard and input field ,it's working but the extra space background color is not transparent and I tried giving backgroundColor to transparent it doesn't take that color. Can you please give me a solution?
@PranavJangam
@PranavJangam 2 месяца назад
since expo-google-app-auth is deprecated and is replaced with expo-auth-session, how do you replace the Google.loginAsync function and with what?
@isayamp
@isayamp 2 месяца назад
Thanks for the vide. My project is on expo website and I wanr do download the projet on my computer. How to do
@SelmaAlouane
@SelmaAlouane 2 месяца назад
thanks it's useful
@kaneezfatima5538
@kaneezfatima5538 2 месяца назад
My expo is not connecting with my mobile phone and its shows the outdated ip address while my pc ip address has been changed now so its not working Please help..
@JawadOuhdou
@JawadOuhdou 2 месяца назад
thank you so much , i spend the last two days trying to solve this probleme
@shiyufang1600
@shiyufang1600 2 месяца назад
nice
@siddarthpogula2790
@siddarthpogula2790 3 месяца назад
great one!
@leandropinheiro88
@leandropinheiro88 3 месяца назад
Não teria como dar um exemplo de com fazer utilizando o EXPO GO ao invés de utilizar HTML?
@Memespage143
@Memespage143 3 месяца назад
Mytextinput error i am getting error here please solve this
@lavender880331
@lavender880331 3 месяца назад
Great! You really help my life!
@Arttturslv
@Arttturslv 3 месяца назад
Thank you! I was trying for hours and you solved my problem.
@dharaniidharkatikaneni4973
@dharaniidharkatikaneni4973 3 месяца назад
the file system is really bad
@odiahebuka5790
@odiahebuka5790 3 месяца назад
Thank you for this tutorial 😁
@maciekjurczyga7893
@maciekjurczyga7893 3 месяца назад
[SOLVED] Did anyone get 409 conflict while sending an image from gallery?
@visheshdadhich6636
@visheshdadhich6636 3 месяца назад
bgm is annoying , but the video compensates for it!
@namefunction
@namefunction 3 месяца назад
🔥🔥
@wevessonsilva3516
@wevessonsilva3516 3 месяца назад
This guy saved me. Thanks
@ВикторКулагин-ь2у
@ВикторКулагин-ь2у 3 месяца назад
Cool
@DennisKoros-no3dy
@DennisKoros-no3dy 4 месяца назад
Hey Love your videos but i would to ask if you have any alternatives to heruko and if yes please post video on deploying with that alternative