2

I have react-native version 0.69.0, but Expo SDK 45 only works with react-native 0.68.2. Is there a way to downgrade my project to this version?

Audrey K
  • 25
  • 5

1 Answers1

0

I think this stackoverflow question by 'Sathyakumar Seshachalam' may help you.

link: Proper mechanism to downgrade react-native

Answer from chetan and liamnickell:

For existing projects if you want to install/downgrade to lower version

npm install react-native@a.b.c 

This will install the version specified.

Check the installed version with react-native --version

Alvin CHENG
  • 374
  • 2
  • 16