Skip to content

Commit

Permalink
Update README to include Toasts
Browse files Browse the repository at this point in the history
  • Loading branch information
venables committed Dec 27, 2023
1 parent 2fd437e commit b39dd61
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -70,6 +71,10 @@ bun run check
bun run lint
```

```sh
bun run oxlint
```

### Type Checking

```sh
Expand Down

0 comments on commit b39dd61

Please sign in to comment.