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

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

КОМЕНТАРІ • 39

  • @baanuaali2818
    @baanuaali2818 Рік тому +4

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

  • @oyeibrahim
    @oyeibrahim 4 місяці тому +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 10 місяців тому

    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

  • @newpanewpa
    @newpanewpa 8 годин тому

    Thank you hitesh.
    You are the best

  • @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

  • @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

  • @naimishdwivedi1307
    @naimishdwivedi1307 13 днів тому

    Thank you so much sir 😊

  • @techsonaniya8923
    @techsonaniya8923 Рік тому

    Very good teaching skills

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

    Thanks for the videos

  • @madhu1591
    @madhu1591 Рік тому

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

  • @KishoreKumar-fv9dr
    @KishoreKumar-fv9dr Рік тому

    tq u for the session...

  • @TriptiTripathi-v8d
    @TriptiTripathi-v8d 11 місяців тому

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

    • @vikaswakde-dj2dw
      @vikaswakde-dj2dw 10 місяців тому

      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

  • @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

  • @ZeeshanAli-nk3xk
    @ZeeshanAli-nk3xk Рік тому

    Thank You!

  • @iqbalhussaincs9998
    @iqbalhussaincs9998 Рік тому

    Thank you sir ❤️

  • @debnath0702
    @debnath0702 8 місяців тому

    Thanks

  • @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

  • @RanjithaRanju-n5s
    @RanjithaRanju-n5s 2 місяці тому

    Thank u

  • @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

  • @Aditya.Santra
    @Aditya.Santra Рік тому

  • @mutasimahmed8975
    @mutasimahmed8975 Рік тому +4

    please dont get demovited i will share this video on linkedin

  • @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 місяці тому

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