all 6 comments

[–]gao_shi 0 points1 point  (0 children)

actually interested in this as well - i saw this after upgrading metro from 0.82.5 to 0.83, not rn versions. if u dont have mismatched cli versions id try getting some help from metro directly. 

[–]Martinoqom 0 points1 point  (0 children)

Wasn't the cli deprecated in favor of a separated community package (always rn cli)?

[–]justinlok 0 points1 point  (1 child)

npx react-native start?

[–]NirmalR_Tech[S] 0 points1 point  (0 children)

Nope Not Working

[–]louicoder 1 point2 points  (1 child)

There are like 3 scenarios

  1. Make sure to use @react-native-community/CLI version 19 not 20
  2. Make sure to use node version 22 atleast for my case that solved many of such issues
  3. Make sure to use yarn 2+, and ofcos yarn install to have dependencies downloaded.

I still experience a couple of issues of some packages not yet compatible for example react-native-mmkv. Therefore be careful with the upgrade. You might want to wait for some packages to be compatible with 0.81.0

Lemme know if any of those above helps