You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node 12 or greater is required. Development for iOS requires a Mac and Xcode 10 or up, and will target iOS 11 and up.
30
+
Node 14 or greater is required. Development for iOS requires a Mac and Xcode 10 or up, and will target iOS 11 and up.
32
31
33
32
You also need to install the dependencies required by React Native.
34
33
Go to the [React Native environment setup](https://reactnative.dev/docs/environment-setup), then select `React Native CLI Quickstart` tab.
@@ -68,6 +67,12 @@ Run this command `chmod 755 android/gradlew` from your root project directory
68
67
69
68
- Replace `USERNAME` with your PC username
70
69
70
+
71
+
#### Error Your Ruby version is 2.6.10, but your Gemfile specified 2.7.5
72
+
- install `rbenv`
73
+
- run `rbenv local 2.7.5`
74
+
-`export PATH="$HOME/.rbenv/bin:$PATH"`
75
+
71
76
### React Native Build Failed on M1 Macbook Pro / Air
72
77
73
78
try this solution: [How to Run and Build React Native on Macbook Pro M1 Apple Silicon](https://handi.dev/blog/how-run-react-native-on-macbook-m1-apple-silicon)
0 commit comments