So I've been working on an existing project from React Native CLI. I pulled the project down from GitHub and I've been trying to get my environment all setup to run the servers for this app. I keep getting all kinds of build errors after I try running the servers, so I ran react-native info
and got all sorts of missing packages and libraries from the react library like Cocoapods, Android SDK, and all the npm packages. What am I doing wrong?
$ react-native info
info Fetching system and libraries information...
System:
OS: macOS 14.7.1
CPU: (4) x64 Intel(R) Core(TM) i5-8210Y CPU @ 1.60GHz
Memory: 665.09 MB / 16.00 GB
Shell:
version: "5.9"
path: /usr/local/bin/zsh
Binaries:
Node:
version: 23.9.0
path: ~/.nvm/versions/node/v23.9.0/bin/node
Yarn:
version: 3.6.4
path: ~/.nvm/versions/node/v23.9.0/bin/yarn
npm:
version: 11.2.0
path: ~/.nvm/versions/node/v23.9.0/bin/npm
Watchman:
version: 2025.03.03.00
path: /usr/local/bin/watchman
Managers:
CocoaPods: Not Found
SDKs:
iOS SDK:
Platforms:
- DriverKit 24.2
- iOS 18.2
- macOS 15.2
- tvOS 18.2
- visionOS 2.2
- watchOS 11.2
Android SDK: Not Found
IDEs:
Android Studio: 2024.3 AI-243.22562.218.2431.13114758
Xcode:
version: 16.2/16C5032a
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.14
path: /usr/bin/javac
Ruby:
version: 3.3.6
path: /Users/<User>/.rvm/rubies/ruby-3.3.6/bin/ruby
npmPackages:
"@react-native-community/cli": Not Found
react: Not Found
react-native: Not Found
react-native-macos: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: Not found
newArchEnabled: Not found
iOS:
hermesEnabled: Not found
newArchEnabled: Not found
I've tried reinstalling all the missing libraries and packages like cocoapods, android sdk and ruby, but still not working