Gaming App UI in React Native with React Navigation 6

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

КОМЕНТАРІ • 55

  • @martins.8401
    @martins.8401 3 роки тому +2

    Always a pleasure to see "Pradip Debnath" notifications. Thank you for you work !

  • @kwakustiles4517
    @kwakustiles4517 3 роки тому +14

    “Pradip Debnath” is the first person who made React Native look easy and friendly to me.

    • @itzpradip
      @itzpradip  3 роки тому +1

      Thanks for your appreciation, it means a lot to me. 😀

    • @arinzenchor8762
      @arinzenchor8762 3 роки тому +2

      Same here
      He made me understand and boost my react native skills 💪

  • @yash3591
    @yash3591 3 роки тому

    I googled best react native tutorials and found your channel on top.🙌

  • @xiaojingshi1732
    @xiaojingshi1732 3 роки тому +2

    Thank you!!! Your tutorials are easy to flow and you explained every step along with coding very well. Please update soon!

  • @bharatmishra250
    @bharatmishra250 3 роки тому +1

    Your content is very clear

  • @gylyjovpy
    @gylyjovpy 3 роки тому

    Thanks a lot for great tutorials, you are great man

  • @robdev89
    @robdev89 2 роки тому

    Thanks nice UI! I'm just starting to leave the safe haven of EXPO and these tutorials are helpful ;-)

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

    Better solution for 27:53

  • @danielandrade5381
    @danielandrade5381 2 роки тому

    Thank you!!! very very good your tutorial!!

  • @gouravnainwaya5669
    @gouravnainwaya5669 2 роки тому +1

    Awesome 😎👍 video

  • @johncarlovillas7317
    @johncarlovillas7317 2 роки тому +1

    Hi, Mr. Pradip, would you mind sharing the vscode extensions you're using? Thanks!

  • @YoniWol
    @YoniWol 9 місяців тому

    Thanks!

  • @codigoj5737
    @codigoj5737 2 роки тому

    Great Job Man...

  • @unknownman1
    @unknownman1 3 роки тому +1

    thanks for these videos sir

  • @owaisnizami6212
    @owaisnizami6212 3 роки тому +1

    Amazing as always.
    Hey can you recommend some good resources for learning of React native?

    • @itzpradip
      @itzpradip  3 роки тому +3

      Ok, I'll provide a list of recommendation soon. Thanks for your comment

    • @owaisnizami6212
      @owaisnizami6212 3 роки тому

      @@itzpradip sure thanks a lot, would be waiting for your recommendations :)

  • @BdThuan
    @BdThuan 3 роки тому

    you can make apple card view similar in appstore and translucent header & bottom tab ? tks

  • @atteypascal9138
    @atteypascal9138 2 роки тому

    Hello sir can you please help me with is error
    the VirtuallizedList: The windowSize prop must be present and set to a value greater than 0

  • @mkilphewer2425
    @mkilphewer2425 2 роки тому +1

    Brother can i follow these same tutorial with an expo react app..or will i face any issues?

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

      i have been using these with expo only and i haven't found any issue. Too late reply. Not sure how much would that be helpful. 🙂

  • @lucouedraogo3111
    @lucouedraogo3111 3 роки тому

    thank you

  • @realtorBG
    @realtorBG 3 роки тому

    map() ...is not working on my mac, it must be render

  • @waqaskhattak456
    @waqaskhattak456 3 роки тому +1

    I'm your student from pakistan sir please make video on react native audio Call please

  • @gr00t92
    @gr00t92 3 роки тому

    Buddy how i get that data can push data on your git?

  • @roshankurikkal9985
    @roshankurikkal9985 2 роки тому

    25:00 I believe you can make use of sectionList here ..

  • @johnnwabuforudemezue1108
    @johnnwabuforudemezue1108 3 роки тому

    I get these errror,s what do I do ? Uncaught TypeError: Cannot set properties of undefined (setting '_carousel')

  • @erickcedeno7823
    @erickcedeno7823 3 роки тому

    Excellent video!!!. Where can i find those images?

    • @itzpradip
      @itzpradip  3 роки тому +1

      I've updated the video description with the github repo url. You can find those there.

    • @erickcedeno7823
      @erickcedeno7823 3 роки тому

      @@itzpradip Thank you very much!!!

  • @realtorBG
    @realtorBG 3 роки тому

    very nice

  • @arupde6320
    @arupde6320 3 роки тому

    upload figma design to react and react native

  • @nicetomeetugaming7024
    @nicetomeetugaming7024 2 роки тому

    Good!

  • @OriyaShrestha
    @OriyaShrestha 2 роки тому

    my carousel is not working.. carousel is not displayed

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

      if anyone receiving the Invariant Violation: viewpropTypes issue, try this beta release >npm i react-native-snap-carousel@4.0.0-beta.6

  • @BengalSportsHitz
    @BengalSportsHitz 3 роки тому

    Please create a fantasy game app like dream 11 🙏

  • @mohamedyoussef8835
    @mohamedyoussef8835 2 роки тому

    Awesome +++++++++++++++++++++++++++++

  • @surajali1101
    @surajali1101 2 роки тому

    wooooo

  • @saifansari7839
    @saifansari7839 2 роки тому

    getting one error if anybody can help
    TypeError: undefined is not an object (evaluating '_this._carousel = c')

    • @robdev89
      @robdev89 2 роки тому +2

      What worked for me was just deleting the " ref={(c) => { this._carousel = c; }} " line.
      I am not 100% sure but I think the ref part has to do with how react native handled class components and it is not necessary with a functional component. It worked for me anyway! ;-)

    • @techaddictdude
      @techaddictdude 2 роки тому +1

      @@robdev89 thanks the error is gone now

  • @alwaysbeinghuman
    @alwaysbeinghuman Рік тому +3

    if anyone receiving the Invariant Violation: viewpropTypes issue, try this beta release >npm i react-native-snap-carousel@4.0.0-beta.6

  • @nikunjramani2613
    @nikunjramani2613 2 роки тому

    I get these errror,s what do I do ? TypeError: undefined (ref={(c) => { this._carousel = c; }})''

    • @techaddictdude
      @techaddictdude 2 роки тому

      I got the same error, just remove this line ref={(ref) => { this._carousel = ref;}}