Giter Site home page Giter Site logo

I can't open the new architecture according to the steps on the official website, on ios and android platforms about react-native HOT 6 CLOSED

Qy742698 avatar Qy742698 commented on September 27, 2024
I can't open the new architecture according to the steps on the official website, on ios and android platforms

from react-native.

Comments (6)

react-native-bot avatar react-native-bot commented on September 27, 2024
⚠️ Missing Reproducible Example
ℹ️ We could not detect a reproducible example in your issue report. Please provide either:
  • If your bug is UI related: a Snack
  • If your bug is build/update related: use our Reproducer Template. A reproducer needs to be in a GitHub repository under your username.

from react-native.

react-native-bot avatar react-native-bot commented on September 27, 2024
⚠️ Unsupported Version of React Native
ℹ️ It looks like your issue or the example you provided uses an unsupported version of React Native.

Due to the number of issues we receive, we're currently only accepting new issues against one of the supported versions. Please upgrade to latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If you cannot upgrade, please open your issue on StackOverflow to get further community support.

from react-native.

react-native-bot avatar react-native-bot commented on September 27, 2024
⚠️ Missing Reproducible Example
ℹ️ We could not detect a reproducible example in your issue report. Please provide either:

from react-native.

react-native-bot avatar react-native-bot commented on September 27, 2024
⚠️ Unsupported Version of React Native
ℹ️ It looks like your issue or the example you provided uses an unsupported version of React Native.

Due to the number of issues we receive, we're currently only accepting new issues against one of the supported versions. Please upgrade to latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If you cannot upgrade, please open your issue on StackOverflow to get further community support.

from react-native.

cipolleschi avatar cipolleschi commented on September 27, 2024

Hi @Qy742698, version 0.72.5 is not supported anymore.
Can you try using version 0.75.3, which is the latest version?

Also, it's not clear what you are doing. Once you have an app, follow these steps to turn on the New Architecture:

Android:

  • navigate to <your app>/android folder
  • open the gradle.properties file
  • change the flag newArchEnabled from false to true
  • navigate back to <your app> folder
  • run yarn android

iOS

  • navigate to <your app>/ios folder
  • run bundle install if you haven't done it yet (only once per app)
  • run RCT_NEW_ARCH_ENABLED=1 bundle exec pod install
  • navigate back to <your app> folder
  • run yarn ios

from react-native.

Qy742698 avatar Qy742698 commented on September 27, 2024

@cortinico The official document does not say that the bundle install command needs to be executed. The RCT_NEW_ARCH_ENABLED=1 bundle exec pod install command is executed, but the Running "app_name" with {"fabric":true,"initialProps":{"concurrentRoot":true,"foo":"bar"},"rootTag":1} log is not generated.

from react-native.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.