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 🙏

© 2025 – Pkg Stats / Ryan Hefner

create-react-native-mono-template

v1.0.4

Published

React native mono template init

Readme

expo react-native GitHub Repo stars GitHub commit activity (branch) GitHub issues GitHub closed issues

📱 A template for your next React Native project 👍, Focus on optimizing application performance: Expo, TypeScript, ReStyle, Flashlist, Legend list, Husky, Lint-Staged, react-navigation, react-query, react-hook-form, Lingui, I18n, v.v....

Welcome to the React Native Mono Template!

🚀 Getting Started

If you don't have much time to read. Check out the documentation website.

💡 Introduction

After working with React Native for many years, I've initiated dozens of projects with various architectures, standards, and technologies. This process, while rich in experience, has also been quite exhausting: each time starting a new project requires careful consideration of CLI choices, state management libraries, build tools, followed by manual configuration, testing, and bug fixing. I believe many colleagues have experienced this same "awkward" feeling.

Previously, I developed a template based on pure CLI and Redux Thunk, helping to quickly initialize an application skeleton. However, I realized the old template was no longer suitable: it simply "created an application quickly" but not necessarily "created a fast application" in terms of performance. For the vast majority of React Native projects and development teams, optimizing smooth experiences and minimizing latency—that is, building a truly fast application—remains a significant challenge.

Therefore, I decided to rebuild a React Native Mono Template from scratch, focusing on two main objectives:

  1. Fast in terms of effort: providing ready-made Expo configurations, folder structure, code samples, useful tips and tricks, scripts, helpful automated processes, and many interesting components rarely seen elsewhere, allowing you to launch your project in just minutes.

  2. Fast in terms of performance: integrating best practices, plugins, and optimization methods that I've distilled from blogs, videos, and real-world projects, helping your application run smoothly from the first launch.

With accumulated experience and knowledge, this Mono Template will serve as a solid framework allowing you to focus on building features rather than struggling with configuration. Let's explore the highlights in the following sections!

⭐ Key Features

  • 🚀 Performance optimization with numerous compiled techniques
  • ✅ Latest Expo SDK: Leverage the best of the Expo ecosystem while maintaining full control over your app
  • 🌐 Easy multilingual integration in under 30 seconds with Lingui, automatic translation of installed languages, no need to remember keys for strings as in some traditional methods
  • 🧩 Interesting components like multi-format text, collapsible/expandable text, URL preview, simple dividers, etc.
  • 🎉 TypeScript for enhanced code quality and bug prevention through static type checking
  • 💅 Customizable UI built with Shopify/restyle for maximum reusability and readable code
  • ⚙️ Multi-environment build support (Production, Staging, Development) using Expo configuration, usable for native environments as well
  • 🦊 Husky for Git Hooks: Automate your git hooks and enforce code standards
  • 💡 Clean project structure with Absolute Imports for easier code navigation and management
  • 💫 Auth flow implementation using Zustand for state management and react-native-mmkv for secure data storage
  • 🔥 React Query and axios for efficient data fetching and state management
  • 🧵 Robust form handling with react-hook-form for validation, plus keyboard handling
  • 🧪 Unit testing setup with Jest and React Testing Library.
  • 🔍 E2E testing capabilities with Maestro for comprehensive app testing.

Maintenance and Development

I am committed to continuously improving this template to build React Native applications even faster. To achieve this goal, I regularly add new features and fix any discovered bugs.

If you want to stay updated with the latest developments in our starter kit, you can follow the repository or click the "⭐️" button. This will allow you to receive notifications whenever there's a new update.

I value feedback and welcome new contributors to join me in improving it. If you're interested in participating in the project, please don't hesitate to open an issue or submit a pull request. I'm always looking for ways to make it more effective and useful for the React Native community. So, feel free to reach out and share your thoughts with me.

❓ Frequently Asked Questions

If you have any questions about the starter kit and want answers, please check the Discussions page.

🔖 License

This project is MIT licensed.