From 87c7d81fc59676746d2cabad4455b290455f6f26 Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Mon, 18 Nov 2024 20:09:01 +0000 Subject: [PATCH] fix: readme --- cli/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/README.md b/cli/README.md index 90617f1e..a7f1262c 100644 --- a/cli/README.md +++ b/cli/README.md @@ -59,11 +59,11 @@ Each project is generated based on the results of the CLI, on a per-file basis. | Library | Category | Version | Description | | ------------------ | ------------------- | ------- | ---------------------------------------------- | -| React Native | Mobile Framework | v0.74 | The best cross-platform mobile framework | +| React Native | Mobile Framework | v0.76 | The best cross-platform mobile framework | | React | UI Framework | v18 | The most popular UI framework in the world | | TypeScript | Language | v5 | Static typechecking | -| React Navigation | Navigation | v6 | Performant and consistent navigation framework | -| Expo | SDK | v51 | Allows (optional) Expo modules | +| React Navigation | Navigation | v7 | Performant and consistent navigation framework | +| Expo | SDK | v52 | Allows (optional) Expo modules | | Expo Font | Custom Fonts | v11 | Import custom fonts | | Expo Linking | URL Handling | v5 | Open your app via a URL | | Expo Router | Navigation | v3 | File-based routing in React-Native |