expo/react-native updates?

Latest available is 34.0.1
“react-native”: “https://github.com/expo/react-native/archive/sdk-34.0.1.tar.gz”,

I would like to use latest 34.0.4

I can’t open an issue on that repo, but is it all OK?

Should new releases/versions come soon?

Hi.

If you have something like "expo": "^34.0.1" as one of your dependencies in package.json and then run yarn or npm install it should install version 34.0.4, unless you already have an older 34.x version in your yarn.lock or package-lock.json.

The expo and react-native dependencies have separate version numbers. 34.0.1 is the latest version of the expo SDK (a.k.a. the react-native dependency).

Try running expo diagnostics in the project directory and it should show you the versions of those dependencies and a couple of others that you have installed.

See also yarn outdated/npm outdated and yarn upgrade/npm upgrade.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.