diff --git a/bun.lockb b/bun.lockb index c5322695..ce1b41a8 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 6fb25164..ae62c446 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # rn-new +## 2.11.25 + +### Patch Changes + +- [#421](https://github.com/roninoss/create-expo-stack/pull/421) [`8f9d35dead9b7e2ba6a1220043fee5a2c7a6e4ea`](https://github.com/roninoss/create-expo-stack/commit/8f9d35dead9b7e2ba6a1220043fee5a2c7a6e4ea) Thanks [@Viraj-10](https://github.com/Viraj-10)! - fix: nativewind version and dependencies + ## 2.11.24 ### Patch Changes diff --git a/cli/README.md b/cli/README.md index 1e67d98f..8523eed3 100644 --- a/cli/README.md +++ b/cli/README.md @@ -59,7 +59,7 @@ 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.73 | The best cross-platform mobile framework | +| React Native | Mobile Framework | v0.74 | 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 | @@ -296,6 +296,13 @@ Thanks go to these wonderful people: YOUNESS HASSOUNE +