React Native Horizontal Scroll: A Complete Overview of Properties and Usage

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ธ.ค. 2024

ความคิดเห็น • 40

  • @baanuaali2818
    @baanuaali2818 ปีที่แล้ว +4

    This is by far the best RN course online, clear and in-depth, well organized.

  • @oyeibrahim
    @oyeibrahim 5 หลายเดือนก่อน +5

    I love how you make it easy via your explanations and examples

  • @krishnkumar-oe2rm
    @krishnkumar-oe2rm 9 หลายเดือนก่อน +2

    i Saw lots of Tutorial but here after seeing you tutorial i found that no body can explain better than you and also Thankyou so much for the tutorial. @hiteshsir

  • @rehandev7833
    @rehandev7833 11 หลายเดือนก่อน

    Learnt about Flexbox, ScrollView, FlatList. This is series is really fun and the react native documentation is really well documented with everything precisely mentioned. Thanks Hitesh Sir for the amazing series, doing a great job at explaining things as usual. :)

  • @SatyamShukla-c4i
    @SatyamShukla-c4i 11 หลายเดือนก่อน

    Such a nice tutorial that helps me make videos on advanced topics like permissions, upload documents and optimize code. thanks a lot

  • @beakid7126
    @beakid7126 ปีที่แล้ว

    Thanks you it’s interesting bought new laptop started to learn react native directly

  • @kayveekhatrao2486
    @kayveekhatrao2486 11 หลายเดือนก่อน

    Really enjoying this course, keep up the good work.

  • @GouravKumar-ts9qf
    @GouravKumar-ts9qf ปีที่แล้ว +2

    You are doing great job, I really appreciate your content. Keep doing and stay motivated

  • @NikhilPawar151
    @NikhilPawar151 ปีที่แล้ว +6

    elevatedCard : {
    elevation : 4, //To Add Some elevation
    shadowColor : '#FF0000', //Shadow Color
    //ShadowOffset is required to decide on which side and how wide shadow to be dispay. It can be negative also.
    shadowOffset : {
    width : 10,
    height : 10
    },
    shadowRadius : 1, //radius of shadow
    shadowOpacity : 0.3 //Opacity of Shadow. It is required to see shadow
    }
    Details about shadow

  • @ridamsinghal1073
    @ridamsinghal1073 8 วันที่ผ่านมา

    Thank you sir for this video in depth explanation about the topic.

  • @newpanewpa
    @newpanewpa 10 วันที่ผ่านมา

    Thank you hitesh.
    You are the best

  • @techsonaniya8923
    @techsonaniya8923 ปีที่แล้ว

    Very good teaching skills

  • @naimishdwivedi1307
    @naimishdwivedi1307 23 วันที่ผ่านมา

    Thank you so much sir 😊

  • @KishoreKumar-fv9dr
    @KishoreKumar-fv9dr ปีที่แล้ว

    tq u for the session...

  • @madhu1591
    @madhu1591 ปีที่แล้ว

    Scroll view is working only on web view for me.. It's not scrolling on Android (emulator).
    How to fix this

  • @Kaashif03
    @Kaashif03 6 หลายเดือนก่อน

    Thanks for the videos

  • @shivsaxena90
    @shivsaxena90 ปีที่แล้ว

    how to do this drag scroll in web platform if I have an app without android and ios build just bare react native

  • @iqbalhussaincs9998
    @iqbalhussaincs9998 ปีที่แล้ว

    Thank you sir ❤️

  • @Raj-kd5ly
    @Raj-kd5ly ปีที่แล้ว

    I am having a problem of not being able to import any file from other folders, it showing me the error that 'None of these file exists:', then I need to start the whole server again !!! even though I did it correctly, but still it's happening can you please solve this out?
    Ex: if I have a file in src/components directory and I am importing it in app.js file then after importing it shows the error in the mobile screen, that I mentioned above

  • @programmingholic
    @programmingholic ปีที่แล้ว

    Thank you Sir, when we scrool , on bottom of cards shows scroll line ? how to remove scroll Line while Scrolling?

    • @jummagaming6133
      @jummagaming6133 ปีที่แล้ว +2

      showsHorizontalScrollIndicator={false} use this!

    • @madhu1591
      @madhu1591 ปีที่แล้ว

      Scroll view is working only on web view for me.. It's not scrolling on Android (emulator).
      How to fix this

    • @pprakash_das
      @pprakash_das 4 หลายเดือนก่อน

      @@jummagaming6133 Thanks mate! It works

  • @TriptiTripathi-v8d
    @TriptiTripathi-v8d 11 หลายเดือนก่อน

    From where you take that emoji without using react sticker or something. Please explain.

    • @vikaswakde-dj2dw
      @vikaswakde-dj2dw 11 หลายเดือนก่อน

      if you are windows user press 'windows key' and ';' semicolon key at the same time and see if it appears or otherwise you have to install emoji sense extension , where you can get emoji by using (::fire ) or typing name similar

  • @Shivam-wk6sq
    @Shivam-wk6sq ปีที่แล้ว

    Not able to join discord.. the link is not working

  • @ZeeshanAli-nk3xk
    @ZeeshanAli-nk3xk ปีที่แล้ว

    Thank You!

  • @debnath0702
    @debnath0702 8 หลายเดือนก่อน

    Thanks

  • @RanjithaRanju-n5s
    @RanjithaRanju-n5s 2 หลายเดือนก่อน

    Thank u

  • @mutasimahmed8975
    @mutasimahmed8975 ปีที่แล้ว +4

    please dont get demovited i will share this video on linkedin

  • @Aditya.Santra
    @Aditya.Santra ปีที่แล้ว

  • @amirkhan-gd9nv
    @amirkhan-gd9nv ปีที่แล้ว

    Bro, Whether Full Stack developer is best or Devops career option is best for full time remote jobs/Permanent work from home jobs considering chatgpt and AI era???? Please help

  • @anirbanmiddya
    @anirbanmiddya ปีที่แล้ว +1

    Hi Sir, In My React Native Project in Package.json in "name" : "MyApp" giving error string does not match the pattern of ^(?:@[a-z0-9-*~][a-z0-9-*._~]*/)?[a-z0-9-~][a-z0-9-._~]*$. In tsconfig.json I even Added "forceConsistentCasingInFileNames": false, still givivg error. How to solve this Sir.

    • @sportssneuz
      @sportssneuz ปีที่แล้ว +1

      Hey buddy !
      To solve this error, you need to update the "name" property in your package.json file to a valid format. If you want to name your project "MyApp", you can update it to "my-app".
      Regarding the "forceConsistentCasingInFileNames" property in your tsconfig.json file, it's used by the TypeScript compiler to enforce consistent casing in file names. It has no impact on the "name" property in your package.json file.
      After making the necessary changes, run npm install or yarn install to reinstall the dependencies for your project, and the error should be resolved.

    • @anirbanmiddya
      @anirbanmiddya ปีที่แล้ว +1

      @@sportssneuz thank u so much sir

    • @sportssneuz
      @sportssneuz ปีที่แล้ว +1

      @@anirbanmiddya You are welcome !
      If you want to know about UI UX designing you can check my videos also.

  • @shubham_jha
    @shubham_jha ปีที่แล้ว

    🫡

  • @ranarananjaysingh9870
    @ranarananjaysingh9870 6 หลายเดือนก่อน

    Bhai Indian hi raho American kahe banane ki kosis karte hoo baki mast sikha rahe hoo

    • @pprakash_das
      @pprakash_das 4 หลายเดือนก่อน

      पहले आप हिंदी में लिख कर दिखाइये