microsoft / react-native-macos

A framework for building native macOS apps with React.
https://microsoft.github.io/react-native-windows/
MIT License
3.39k stars 130 forks source link

No version of react-native-macos@^0.70.0-0 found! #2089

Closed nolife08021 closed 4 months ago

nolife08021 commented 4 months ago

Environment

react-native -v: 0.70.3
npm ls react-native-macos:(empty)
node -v: v14.17.3
npm -v: v6.14.13
yarn --version:-
xcodebuild -version:Xcode 15.0.1

Steps to reproduce the bug

1.cd to existing project (RN v0.70.3) 2.run "npx react-native-macos-init"

Expected Behavior

successfully install and setup macos for RN project and able to run app in mac.

Actual Behavior

I try install and setup in new create project RN v0.71.0 & v0.73.5, both working as expected. But just wondering is it working in v0.70.3? Test with newly create v0.70.3 also not working.

Screenshot 2024-03-06 at 3 45 32 PM

Reproducible Demo

No response

Additional context

No response

Saadnajmi commented 4 months ago

I believe we skipped straight from 0.68 to 0.71, so we never had a 0.70 version.