-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use ReactNative to the ios native project,and the compilation was several times slower #21004
Comments
I also have this problem. |
It looks like you are using an older version of React Native. Please update to the latest release, v0.56 and verify if the issue still exists. The ":rewind:Old Version" label will be removed automatically once you edit your original post with the results of running |
Hi ,@react-native-bot, I found that the version 0.56 doesn't support ios8, so I chose the version 0.55.4 . |
Adding this to your project will not speed up compilation @react-native-bot |
Hi, @react-native-bot ,Can you help me solve this problem? |
@react-native-bot I tried using the latest version ReactNative v0.56.0 just now, but it still took me a long time to build the project for the first time, so the latest version doesn't solve that problem. React Native Environment Info: |
@react-native-bot, I find that comment out
|
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "For Discussion" or "Good first issue" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
Environment
Environment:
OS: macOS High Sierra 10.13.4
Node: 10.8.0
Yarn: 1.9.4
npm: 6.2.0
Watchman: 4.9.0
Xcode: Xcode 9.4.1 Build version 9F2000
Android Studio: Not Found
Packages: (wanted => installed)
react: 16.3.1 => 16.3.1
react-native: ^0.55.4 => 0.55.4
Description
Excuse me, why did I add ReactNative to the native ios project? Every time when I first compiled the project, it was very slow. It was much slower than the native project.How should this problem be solved?
The text was updated successfully, but these errors were encountered: