awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
react-native-community avatar

react-native-community/react-native-template-typescript

0
View on GitHub↗
1,893 stars·390 forks·Java·MIT·5 viewswww.npmjs.com/package/react-native-template-typescript↗

React Native Template Typescript

A minimalist project template that bootstraps cross-platform mobile applications with built-in TypeScript support. It functions as a development configuration package that enforces static type checking for mobile applications during the build process.

The scaffolding process generates a clean and minimalist starting structure for mobile applications using the standard command line interface. It sets up a mobile development workspace with native rendering pipelines and build tools ready for immediate coding, targeting both iOS and Android platforms.

Features

  • Mobile Application Bootstrapping - Bootstraps cross-platform mobile applications with a clean and minimalist starting structure.
  • Template-Based Project Scaffolders - Generates a clean starting project directory structure from templates via the command line.
  • Static Asset Bundlers - Transforms modular code and static assets into optimized bundles for mobile execution.
  • Cross-Platform Mobile Applications - Targets cross-platform mobile applications running on both iOS and Android.
  • TypeScript Bundle Compilation - Enables strict static type checking and compilation by bundling standard type definitions.
  • TypeScript Development Environments - Enforces static type checking for mobile applications during the build process.
  • Project Setup Configurations - Configures static type checking and compiler settings for a new application workspace.
  • Static Type Checking - Enforces static type checking during development to catch errors before runtime.
  • JSON Message Bus Bridges - Serializes UI updates as JSON messages over a message bus to a native host for rendering.
  • React Native - Sets up a React Native development workspace with native rendering pipelines and build tools.
  • Mobile App Bootstrapping - Initializes a mobile application project with a clean starting file structure.
  • Platform-Specific File Resolution - Selects platform-specific source files automatically using file extensions like .ios.ts or .android.ts.

Star history

Star history chart for react-native-community/react-native-template-typescriptStar history chart for react-native-community/react-native-template-typescript

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Curated searches featuring React Native Template Typescript

Hand-picked collections where React Native Template Typescript appears.
  • Application templates

Frequently asked questions

What does react-native-community/react-native-template-typescript do?

A minimalist project template that bootstraps cross-platform mobile applications with built-in TypeScript support. It functions as a development configuration package that enforces static type checking for mobile applications during the build process.

What are the main features of react-native-community/react-native-template-typescript?

The main features of react-native-community/react-native-template-typescript are: Mobile Application Bootstrapping, Template-Based Project Scaffolders, Static Asset Bundlers, Cross-Platform Mobile Applications, TypeScript Bundle Compilation, TypeScript Development Environments, Project Setup Configurations, Static Type Checking.

What are some open-source alternatives to react-native-community/react-native-template-typescript?

Open-source alternatives to react-native-community/react-native-template-typescript include: bartonhammond/snowflake — Snowflake is a cross-platform mobile app starter designed for building iOS and Android applications using a single… futurice/pepperoni-app-kit — Pepperoni App Kit is a starter kit and project template for building cross-platform mobile applications for iOS and… artsy/eigen — Eigen is a cross-platform mobile application and art marketplace client designed for discovering artists and exploring… vczero/react-native-lesson — This project is a cross-platform mobile framework tutorial and JavaScript mobile app curriculum designed to teach the… decosoftware/deco-ide — Deco IDE is a graphical development environment for building React Native applications. It combines a visual component… czy0729/bangumi — Bangumi is a cross-platform mobile application that serves as an anime and manga tracker, a community client for…

Open-source alternatives to React Native Template Typescript

Similar open-source projects, ranked by how many features they share with React Native Template Typescript.
  • bartonhammond/snowflakebartonhammond avatar

    bartonhammond/snowflake

    4,583View on GitHub↗

    Snowflake is a cross-platform mobile app starter designed for building iOS and Android applications using a single JavaScript codebase. It provides a pre-configured boilerplate to accelerate the initial development process for mobile applications. The project includes a Redux state management template for coordinating global application state and persisting user sessions, along with a REST API integration framework for communicating with remote or local servers via HTTP requests. It also features a localization system that maps user interface content into multiple languages based on the devic

    JavaScript
    View on GitHub↗4,583
  • futurice/pepperoni-app-kitfuturice avatar

    futurice/pepperoni-app-kit

    4,610View on GitHub↗

    Pepperoni App Kit is a starter kit and project template for building cross-platform mobile applications for iOS and Android using React Native. It provides a pre-configured scaffold that establishes a modular architecture and shared codebase to bootstrap new projects. The kit integrates a predictable state management system with disk persistence for offline access and a controlled loop for coordinating asynchronous side effects and API interactions. It also includes built-in mechanisms for token-based session authentication and identity validation to maintain secure user logins. The project

    JavaScript
    View on GitHub↗4,610
  • artsy/eigenartsy avatar

    artsy/eigen

    3,770View on GitHub↗

    Eigen is a cross-platform mobile application and art marketplace client designed for discovering artists and exploring a curated database of fine art and gallery collections. It serves as a community art discovery tool and digital platform for connecting with art enthusiasts across different operating systems. The project implements a component-based mobile user interface that synchronizes a JavaScript thread with native platform views. It focuses on delivering a social mobile experience for sharing discoveries and interacting with a global art ecosystem. The application incorporates a high-

    TypeScript
    View on GitHub↗3,770
  • vczero/react-native-lessonvczero avatar

    vczero/react-native-lesson

    4,049View on GitHub↗

    This project is a cross-platform mobile framework tutorial and JavaScript mobile app curriculum designed to teach the development of iOS and Android applications. It provides a structured educational guide and a set of lessons covering project bootstrapping, state management, and declarative user interface structures. The curriculum includes specific guides on mobile native bridge integration, providing tutorials on how to connect custom platform code to a cross-platform framework to access device-specific system APIs and hardware. The course covers the implementation of responsive mobile us

    HTML
    View on GitHub↗4,049
  • See all 30 alternatives to React Native Template Typescript→