Travel App UI in React Native with Expo Router | 2024 Beginners Tutorial

Поділитися
Вставка
  • Опубліковано 15 жов 2024

КОМЕНТАРІ • 38

  • @ganjisvlogs1818
    @ganjisvlogs1818 Місяць тому +1

    Can you suggest the best react native component library with expo-router ? And can you make a video on that ?

  • @uminhtetoo
    @uminhtetoo 6 місяців тому +1

    Thank you so much for sharing your experience and knowledge, Sir.

    • @itzpradip
      @itzpradip  6 місяців тому +1

      My pleasure! Thanks for your support.

  • @prasenjitbasu6152
    @prasenjitbasu6152 2 місяці тому

    Thanks for this Lovely Content and knowledgeable video. But I want to suggest you one little that please make complete playlist for React Native from Beginner to Advance using react native cli for both Android and IOS as because there is no such content available in UA-cam and I think freshers like me is searching for these type of Content. I think it will be very helpful for your channel growth. Thanks In advance for your Future content.

  • @WakgariBaja
    @WakgariBaja 5 місяців тому

    Very nicely compiled and executed through out .... thanks for sharing your experience Brother ! Love it 💙
    any section will follow on this video ? like part two ?

  • @raymondmichael4987
    @raymondmichael4987 6 місяців тому

    Loved this because TS is used 😊 time to level up

  • @radhescript
    @radhescript 6 місяців тому +1

    Love you bro from jharkhand ❤

    • @itzpradip
      @itzpradip  6 місяців тому

      Thank you the your comment & support.

  • @shankardakolia4912
    @shankardakolia4912 6 місяців тому

    Awesome video and I have created my first expo app using your earlier expo router navigation tutorial in my app i am using lottie json file it works on ios but not on android i have searched google but can’t get it working any suggestions sir

    • @itzpradip
      @itzpradip  6 місяців тому

      Thanks, I'm glad that it helped.

  • @andrejkling3886
    @andrejkling3886 3 місяці тому +1

    Excellent… 🎉 thank you 💯

  • @zerodegreecoder
    @zerodegreecoder 6 місяців тому

    love your content sir

    • @itzpradip
      @itzpradip  6 місяців тому

      Thanks for your lovely comment keep supporting.

  • @movieshub8468
    @movieshub8468 4 місяці тому

    How did you create destination.json & groups.json file into data directory? Could you please give me a direction dude??

  • @Childrenworldfunny
    @Childrenworldfunny Місяць тому

    sir pls tell that how to get destination.json data

  • @nonsobarn3653
    @nonsobarn3653 2 місяці тому

    where can i get the listings json data ?

  • @zainn7336
    @zainn7336 6 місяців тому

    sir can you create a full stack production ready app having complete auth using supabase aur cler

    • @itzpradip
      @itzpradip  6 місяців тому

      Thanks for your suggestion. Sure I'll definitely do that in future.

  • @Mr_Dimension
    @Mr_Dimension 2 місяці тому

    Thank you so much, First time I have made completed app . Video length to to good. wonderfull video, 10/10.
    waiting for next upcoming video like ecommerce, hotel booking, health tracking.. etc (video max length 2 -2.5 hr).
    Now i have Subscribe your channel for upcomming video.
    Plz upload ASAP. Waiting...
    On thing ( , , ) not working in my case. Also on web it is not working in my case. I am using Android VDM.
    plz solve it...?

  • @usmanmarkaz
    @usmanmarkaz 6 місяців тому

    can you please make full stack one because Just UI is not enough now

    • @itzpradip
      @itzpradip  6 місяців тому

      Sure, I'll do that in future also. Thanks for the suggestion and support.

  • @radhescript
    @radhescript 6 місяців тому +1

    Bro Full stack app's using Mern

    • @itzpradip
      @itzpradip  6 місяців тому

      will do soon. thanks

  • @devabhinavofficial
    @devabhinavofficial 4 місяці тому +1

    Parallex and auto scroll not working on Android. How can i that.

    • @kashifahmed5602
      @kashifahmed5602 4 місяці тому

      Did you find the solution?

    • @sufyanzaki3142
      @sufyanzaki3142 Місяць тому

      Not the best solution but replacing with flatList did the job
      function handleSelectCategory(index:number){
      const selected = itemRef.current[index]
      setActiveIndex(index);
      if (scrollRef.current) {
      scrollRef.current.scrollToIndex({
      index: index,
      animated: true,
      viewPosition: 0.5, // Center the selected item in the view (optional)
      });
      }
      }
      (
      (itemRef.current[index] = el)}
      onPress={() => handleSelectCategory(index)}
      style={activeIndex === index ? styles.categoryBtnActive : styles.categoryBtn}
      >


      {item.title}


      )}
      keyExtractor={item => item.title} // Ensure each item has a unique key
      ref={scrollRef}
      showsHorizontalScrollIndicator={false}
      horizontal
      contentContainerStyle={{
      gap: 20,
      paddingVertical: 10,
      marginBottom: 10,
      }}
      />

    • @design-0000
      @design-0000 19 днів тому

  • @bashar9743
    @bashar9743 3 місяці тому

    The link component
    not working for me

  • @shubhendubhakat2582
    @shubhendubhakat2582 2 місяці тому

    maine aapne components file ko delete kiya then it started showing errors 😑

  • @Error404Codes
    @Error404Codes 6 місяців тому

    please complete this proejct

  • @hunaizkhan6341
    @hunaizkhan6341 5 місяців тому

    i want his figma design

  • @jamshedali1878
    @jamshedali1878 4 місяці тому

    code plz

  • @JadeWays
    @JadeWays 3 місяці тому

    Good content but you were a bit too fast