Skip to content

Commit 246bce3

Browse files
authored
Add reference on how to use Expo SDK 51 w/ 0.75 (facebook#4179)
1 parent 69d2a37 commit 246bce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/blog/2024-08-12-release-0.75.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ To reflect those recommendations, this version includes the following changes:
285285
- We moved the `/template` folder from the `react-native` package to a separate repository: [`react-native-community/template`](https://github.com/react-native-community/template).
286286
- We’re sunsetting the `react-native init` command as of December 31st 2024.
287287
288-
If you’re already using a framework such as Expo, those changes won’t impact you at all. You’ll be able to use React Native 0.75 together with Expo SDK 51.
288+
If you’re already using a framework such as Expo, those changes won’t impact you at all. You’ll be able to use React Native 0.75 together with Expo SDK 51 (you can find instructions on how to do it in [this dedicated Expo post](https://expo.dev/changelog/2024/08-14-react-native-0.75)).
289289
290290
If you’re not using a framework or you’re building your own framework, let’s see how those changes will impact you.
291291
@@ -483,7 +483,7 @@ To create a new project:
483483
npx @react-native-community/cli@latest init MyProject –-version latest
484484
```
485485

486-
If you use Expo, React Native 0.75 will be supported in Expo SDK 51.
486+
If you use Expo, React Native 0.75 will be supported in Expo SDK 51 (instructions on how to updated React Native inside your Expo project to 0.75.0 are available [in this dedicated post](https://expo.dev/changelog/2024/08-14-react-native-0.75)).
487487

488488
:::info
489489
0.75 is now the latest stable version of React Native and 0.72.x moves to unsupported. For more information see [React Native's support policy](https://github.com/reactwg/react-native-releases/blob/main/docs/support.md). We aim to publish a final end-of-life update of 0.72 in the near future.

0 commit comments

Comments
 (0)