npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

expo-template-tailwind-pack

v1.2.0

Published

A starter pack for Expo projects.

Readme

🧵 expo-template-tailwind-pack

A modern, production-ready template using Expo + Tailwind CSS, pre-configured with essential tools to help you start React Native projects with speed, quality, and productivity from the very first commit!


🚀 Why use this template?

  • Tailwind CSS with NativeWind pre-configured
  • expo-router navigation, Next.js style routing
  • React Query for async data management
  • Zustand for simple and effective global state
  • React Hook Form + Yup for form validation
  • TypeScript, ESLint, Prettier, and commitlint configured
  • Jest testing setup with mocking structure
  • Git hooks using Lefthook
  • Useful scripts for linting, testing, auditing, and building

⚡ Quick Start

npx create-expo-app -t expo-template-tailwind-pack
# or
npx create-expo-app my-app --template https://github.com/abnerisrael/expo-template-tailwind-pack
# and install the git hooks
npx lefthook install

🧰 Available Scripts

| Command | Description | | ----------------------------- | ----------------------------------------------- | | npm start | Starts the project in Expo Go | | npm run android | Runs on Android emulator | | npm run ios | Runs on iOS simulator (macOS only) | | npm test | Runs tests with Jest | | npm run lint | Applies lint with automatic fixes | | npm run type-check | Runs TypeScript type check without output files | | npm run audit | Checks for vulnerabilities | | npm run prettier:autoformat | Formats code using Prettier | | npm run markdown:check | Checks for broken links in Markdown files |

📦 Main Dependencies

  • Expo 53🆕
  • React Native 0.79
  • Tailwind CSS + NativeWind
  • expo-router
  • React Hook Form + Yup
  • Zustand
  • React Query
  • React Native Toast Message
  • TypeScript, Jest, ESLint, Prettier, Lefthook, Commitlint

✨ About the Author

Created by Abner Israel, a consultant specialized in React Native, Expo, and building mobile solutions.

This template reflects my experience in real-world projects and aims to accelerate the start of new apps with high-quality delivery from day one. 🚀

📣 Contributing

Contributions are welcome!

Fork the repo, create a branch with your improvements, and open a Pull Request. Let’s improve this template together! 💜

📄 License

MIT © Abner Israel