Skip to content

kingmalitha/expo-template

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

65 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Expo Starter Template Twitter

React Native Expo Starter Template

The Expo Starter Template is a free project model with up-to-date frameworks and configurations for your new Expo project. It helps eliminate repetitive tasks when starting a project from scratch. This template integrates carefully selected libraries to help you bootstrap your new React Native and Expo app with the most effective frameworks and tools available in the market.

The project integrates universal version of shadcn-ui components, Tailwind styling, state management, and a local-first database strategy for universal mobile apps on Android, iOS, and Web.

Web App Demo

๐Ÿ“š What's inside

  • โšก Expo v51 - Built with Expo for cross-platform support
  • โš›๏ธ React Native v0.73.6 for building native apps using React
  • ๐Ÿ’Ž Integrate with NativeWind v4, Tailwind CSS for React Native
  • ๐Ÿ“ Expo Router and Expo API
  • ๐Ÿ“ฆ zustand - State management solution.
  • ๐ŸŽจ Common components from the rn-reusables library: Icons, ThemeToggle, Avatar, Button, Card, Progress, Text, Tooltip.
  • ๐ŸŒ— Dark and light mode - Android Navigation Bar matches mode and Persistant mode
  • ๐Ÿ’ก Absolute Imports using @ prefix
  • ๐Ÿ“ Linter and Code Formatter with biome
  • ๐Ÿ—‚ VSCode recommended extensions, settings, and snippets to enhance the developer experience.

New :

In-progress :

  • Cloudflare D1 for data persistance on Web as well as offline mode

Planned:

  • OP-sqlite local-first database for mobile only

Requirements

Getting started

Run the following command on your local environment:

bunx create-expo-app --template @expo-starter/template

Then, you can run locally in development mode with live reload:

bun run dev:ios
# Or
bun run dev:android

React Native Expo Starter Kit

This will open the app in the iOS simulator or Android emulator.

Contributions

Everyone is welcome to contribute to this project. Feel free to open an issue if you have question or found a bug. Totally open to any suggestions and improvements.

License

Licensed under the MIT License, Copyright ยฉ 2024

See LICENSE for more information.


Made with โ™ฅ by Expo starter Twitter

About

๐Ÿ“ฑ A template for your next Expo project: Bun, Expo 51, TypeScript, TailwindCSS, DrizzleORM, Sqlite, EAS, GitHub Actions, Env Vars, expo-router, react-query, react-hook-form.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 99.3%
  • Other 0.7%