From b39dd61116bccaf35e616bf87624c9c6f41e627a Mon Sep 17 00:00:00 2001 From: Matt Venables Date: Wed, 27 Dec 2023 13:06:50 -0500 Subject: [PATCH] Update README to include Toasts --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f07b273..4c8c26e 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,18 @@ ## Features -- The latest [Expo 50](https://expo.dev) +- The latest [Expo 50](https://expo.dev) SDK. - [Expo Router](https://docs.expo.dev/router/introduction/) +- Toasts! +- [TailwindCSS](https://tailwindcss.com/) for utility-first CSS via [Nativewind v4](https://www.nativewind.dev/v4/overview). +- Built-in Dark Mode support +- CSS Variables for themes +- Async preloading with splash screen - [Bun](https://bun.sh) as a package manager - [Typescript](https://www.typescriptlang.org/) for a rock-solid codebase - Strict, recommended [ESLint](https://eslint.org/) and [Prettier](https://prettier.io/) config using the [Vercel Style Guide](https://github.com/vercel/style-guide) for readable, safe code. -- [TailwindCSS](https://tailwindcss.com/) for utility-first CSS via [Nativewind](https://www.nativewind.dev/) -- Strict, recommended [ESLint](https://eslint.org/) and [Prettier](https://prettier.io/) config using the [Vercel Style Guide](https://github.com/vercel/style-guide) for readable, safe code. - Extra linting power with [Oxlint](https://oxc-project.github.io) - [Jest](https://jestjs.io/) testing, optimized for Expo. -- Typeface preloading -- Built-in Dark Mode support ## Starting a new project with StartKit @@ -70,6 +71,10 @@ bun run check bun run lint ``` +```sh +bun run oxlint +``` + ### Type Checking ```sh