Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/angry-cycles-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'create-expo-stack': patch
'rn-new': patch
---

add expo router support for stack templates using expo sdk 54
6 changes: 6 additions & 0 deletions .changeset/nine-cars-look.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'rn-new': patch
'create-expo-stack': patch
---

update test snapshots after removing tamagui and restyle
6 changes: 6 additions & 0 deletions .changeset/silver-trees-ask.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'rn-new': minor
'create-expo-stack': minor
---

update nativewindui templates to support sdk 54
6 changes: 6 additions & 0 deletions .changeset/tricky-rocks-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'create-expo-stack': minor
'rn-new': minor
---

remove restyle and tamagui
6 changes: 6 additions & 0 deletions .changeset/violet-moons-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'create-expo-stack': minor
'rn-new': minor
---

add expo sdk 54 support for nativewind v4.1.21, nativewindui, and blank stack templates
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Support this project by <a href="https://github.com/sponsors/roninoss" target="_

## Description

This CLI tool is designed to help you get started with React Native and Expo as quickly as possible. The CLI options allow you to configure your project with Typescript, file-based routing with Expo Router, configuration-based navigation via React-Navigation, styling with NativeWind, Restyle, StyleSheets, or Tamagui and authentication via Supabase or Firebase.
This CLI tool is designed to help you get started with React Native and Expo as quickly as possible. The CLI options allow you to configure your project with Typescript, file-based routing with Expo Router, configuration-based navigation via React-Navigation, styling with NativeWind, Unistyles, or StyleSheets and authentication via Supabase or Firebase.

You can also use flags such as `--noInstall`, `--noGit`, and `--default` in order to customize your project. The CLI will attempt to automatically determine your package manager of choice but you can also pass in your preferred package manager via `--npm`, `--yarn`, `--pnpm`, or `--bun`. Roadmap coming soon...

Expand Down Expand Up @@ -72,8 +72,6 @@ Each project is generated based on the results of the CLI, on a per-file basis.
| Expo System UI | System UI Library | v5 | System UI support |
| Expo Web Browser | Web Browser Library | v14 | Open links in the browser |
| NativeWind | UI Framework | v4.1 | Tailwind CSS for React Native |
| Restyle | UI Framework | v2 | Theme-based styling library for React Native |
| Tamagui | UI Framework | v1 | Universal UI with a smart optimizing compiler |
| Unistyles | UI Framework | v3 | Superset of StyleSheet |
| Safe Area Context | Safe Area Library | v5 | Safe area support |
| React Native Web | Web Support | v0.20 | React Native for Web |
Expand Down
4 changes: 1 addition & 3 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Support this project by <a href="https://github.com/sponsors/roninoss" target="_

## Description

This CLI tool is designed to help you get started with React Native and Expo as quickly as possible. The CLI options allow you to configure your project with Typescript, file-based routing with Expo Router, configuration-based navigation via React-Navigation, styling with NativeWind, Restyle, StyleSheets, or Tamagui and authentication via Supabase or Firebase.
This CLI tool is designed to help you get started with React Native and Expo as quickly as possible. The CLI options allow you to configure your project with Typescript, file-based routing with Expo Router, configuration-based navigation via React-Navigation, styling with NativeWind, Unistyles, or StyleSheets and authentication via Supabase or Firebase.

You can also use flags such as `--noInstall`, `--noGit`, and `--default` in order to customize your project. The CLI will attempt to automatically determine your package manager of choice but you can also pass in your preferred package manager via `--npm`, `--yarn`, `--pnpm`, or `--bun`. Roadmap coming soon...

Expand Down Expand Up @@ -72,8 +72,6 @@ Each project is generated based on the results of the CLI, on a per-file basis.
| Expo System UI | System UI Library | v5 | System UI support |
| Expo Web Browser | Web Browser Library | v14 | Open links in the browser |
| NativeWind | UI Framework | v4.1 | Tailwind CSS for React Native |
| Restyle | UI Framework | v2 | Theme-based styling library for React Native |
| Tamagui | UI Framework | v1 | Universal UI with a smart optimizing compiler |
| Unistyles | UI Framework | v3 | Superset of StyleSheet |
| Safe Area Context | Safe Area Library | v5 | Safe area support |
| React Native Web | Web Support | v0.20 | React Native for Web |
Expand Down
Loading