Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 739 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 739 Bytes

Exponent

Batteries included, hyper opinionated, Expo React Native project template.

Features

  • TypeScript duh
  • Expo
  • Expo Router
  • Nativewind
  • ESLint
  • Prettier
  • Jest
  • cSpell
  • GitHub Workflows
  • Cross Platform (iOS, Android, Web)
  • i18n w/ lingui
  • Auth w/ Clerk

Future Features

  • Accessibility Out of the Box
  • Reusable Primitive Components
  • Zustand
  • React Query
  • Predefined App Layouts (Drawer, Tabs, etc)
  • Dark Mode
  • EAS Config

and more...

Setup Auth

  1. Create a new Clerk project
  2. Add your clerk pushable key to the .env file
  3. Disable clerk's bot protection (does not work on native)
  4. Enable SSO for Google and Apple