React Native 76.0  -  Exploring & Enabling new architecture by fixing CMAKE build issues.

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ม.ค. 2025

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

  • @JustChill2912
    @JustChill2912 2 หลายเดือนก่อน +2

    I am not able to find the command to create new project on official docs, do you know it?

    • @gauthamvijay
      @gauthamvijay  2 หลายเดือนก่อน +1

      Use this brother.
      npx @react-native-community/cli@latest init AwesomeProject
      They changed it and put it in a different section.
      reactnative.dev/docs/getting-started-without-a-framework
      Use this to create a bare project.

    • @gauthamvijay
      @gauthamvijay  2 หลายเดือนก่อน +1

      Did you get it?

    • @JustChill2912
      @JustChill2912 2 หลายเดือนก่อน +1

      @gauthamvijay yes

    • @JustChill2912
      @JustChill2912 2 หลายเดือนก่อน +1

      @@gauthamvijay can we connect over linkedin

    • @gauthamvijay
      @gauthamvijay  2 หลายเดือนก่อน

      Sure. I have the link in the profile.
      Thanks for the support.

  • @Krishna-i9j
    @Krishna-i9j 2 หลายเดือนก่อน +1

    Bro would you like to help me
    I am stucked at error

    • @gauthamvijay
      @gauthamvijay  2 หลายเดือนก่อน +1

      What error brother.
      I would recommend not to upgrade to latest version until 2025 January.
      There are some crashes for people who upgraded.

    • @Krishna-i9j
      @Krishna-i9j 2 หลายเดือนก่อน +1

      @gauthamvijay bhai mai new learner hu JS se react par switch kar rha hu Lekin phla app "Hello World!" ka nhi bna pa rha hu error Aa ja rha hai.
      Ek bar zoom ya email par video chat kar skte ho kya

    • @Krishna-i9j
      @Krishna-i9j 2 หลายเดือนก่อน +1

      @gauthamvijay please bhai madad kar do ho sakta hai to zoom link de do ya Phir koi bhi video call link. Please bhai!

    • @gauthamvijay
      @gauthamvijay  2 หลายเดือนก่อน

      No brother i cant do that.
      Please refer to online solutions.

    • @scroll_with_me214
      @scroll_with_me214 2 หลายเดือนก่อน +1

      I am not installed any library I just create new project but still I face the CMake build error suggest me please how to solve this error

  • @Justin-si4wt
    @Justin-si4wt หลายเดือนก่อน +1

    I always have a different build errors even immediately after creating a new project and trying to run it for the first time.
    Also in react-native-screens (cMake error)

    • @gauthamvijay
      @gauthamvijay  หลายเดือนก่อน +1

      Use exactly 76.0 version and not the 76.5 etc and without installing new libraries.
      It should work.
      If not it is for sure due to the library not being compatible with new arch or newer versions of react native.

    • @Justin-si4wt
      @Justin-si4wt 29 วันที่ผ่านมา +1

      @gauthamvijay I used the latest cli with react native version 0.76.0 but it still fails even without any package

    • @Justin-si4wt
      @Justin-si4wt 29 วันที่ผ่านมา +1

      @@gauthamvijay I have updated my Android studio to the latest, node to the latest, even my java is up to date..
      React native doctor runs successful..
      But still if I create new project it still fails while running it

    • @gauthamvijay
      @gauthamvijay  29 วันที่ผ่านมา

      Please share the error logs.
      I use java 17 zulu.
      Never use the latest version so it wont work.
      Always use the 1-3 versions lesser than latest version to make it work.