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
luggit avatar

luggit/react-native-config

0
View on GitHub↗
4,956 stars·655 forks·Java·MIT·16 views

React Native Config

react-native-config is a cross-platform mobile environment manager and native build configuration tool. It implements twelve-factor app configuration principles by separating environment-specific settings from application code.

The project provides a mechanism to inject environment variables directly into native project files and build settings during the compilation process. It further functions as a type-safe configuration loader that generates TypeScript definitions for environment variables to ensure autocompletion and safety.

The tool manages multi-environment configurations by loading specific variables from files based on active build targets or deployment stages. It bridges these values from native platform storage to the JavaScript runtime.

Features

  • Cross-Platform Environment Managers - Provides a cross-platform system for loading and managing environment variables across different mobile build stages.
  • Build-Time Variable Injection - Provides mechanisms to inject environment variables into native build settings and project files during the compilation process.
  • Multi-Environment Configuration Systems - Manages configuration variables across multiple deployment stages by loading target-specific files.
  • Native Build Orchestrators - Acts as a tool to inject environment variables directly into native project files and build settings.
  • Environment Management - Handles different configuration variables for development, staging, and production builds in React Native applications.
  • JavaScript-to-Native Bridges - Passes configuration values from native platform storage to the JavaScript runtime via a bridge layer.
  • Environment Variable Managers - Manages and injects environment variables to maintain distinct values across different deployment stages.
  • Environment Variable-Based Configuration - Allows the application to be configured using environment variables read from files.
  • File-Based Loading - Implements loading of environment variables from local flat text files into the application runtime.
  • TypeScript Type Generators - Produces TypeScript type definitions for environment variables to ensure autocompletion and type safety.
  • Cross-Platform Build Targets - Maps specific environment configuration files to different native build schemes or flavors.
  • Type-Safe Configuration Managers - Generates type definitions for environment variables to provide structured, type-checked configuration access.
  • Configuration - Generates TypeScript definitions for environment variables to prevent runtime errors and provide autocompletion.
  • Twelve-Factor App Implementations - Implements the Twelve-Factor App principle of separating configuration from code to keep secrets out of source control.
  • Schema-Based Type Synthesis - Generates TypeScript type definitions automatically from environment configuration files for static type safety.
  • System Integration - Manage environment configuration variables.

Star history

Star history chart for luggit/react-native-configStar history chart for luggit/react-native-config

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

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

Projects sharing features with React Native Config

These projects share indexed features with React Native Config. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • vlucas/phpdotenvvlucas avatar

    vlucas/phpdotenv

    13,536View on GitHub↗

    phpdotenv is a PHP environment variable loader and configuration parser. It reads key-value pairs from files and populates them into PHP system environment variables and global arrays to avoid hardcoding sensitive settings in code. The project includes a configuration variable interpolator to resolve nested references and variables within environment files. It also provides an environment variable validator to ensure required variables exist and match specific data types or values. The system covers application secret management, multi-environment deployment, and the parsing of raw configura

    PHPconfigurationdotenvenvironment
    View on GitHub↗13,536
  • theskumar/python-dotenvtheskumar avatar

    theskumar/python-dotenv

    8,794View on GitHub↗

    python-dotenv is a library and command line interface for managing environment variables in Python applications. It functions as a configuration parser and loader that reads key-value pairs from files and injects them into the system environment, enabling the decoupling of application configuration from source code. The project provides a command line interface for manipulating and editing environment variables within configuration files. It also includes a mechanism for recursive variable interpolation, allowing dynamic placeholders within configuration files to be resolved using existing en

    Python
    View on GitHub↗8,794
  • joho/godotenvjoho avatar

    joho/godotenv

    10,483View on GitHub↗

    godotenv is a Go library designed to load, parse, and serialize environment configuration files. It provides tools to extract configuration data from files into maps and inject those key-value pairs directly into the system environment of a Go application process. The project includes a configuration file serializer for exporting environment variable maps back into formatted files and a parser for extracting data without modifying the system environment. It supports injecting variables from strings or files into the process environment using priority-based overloading and overwriting. The li

    Godotenvenvironment-variablesgo
    View on GitHub↗10,483
  • napi-rs/napi-rsnapi-rs avatar

    napi-rs/napi-rs

    7,500View on GitHub↗

    napi-rs is a framework and toolkit for building high-performance native extensions for Node.js using Rust. It functions as a bridge between Rust and JavaScript runtimes, enabling the conversion of data types and the execution of native functions within a JavaScript environment. The project provides a native binary compiler and a cross-platform module orchestrator to automate the compilation and publishing of packages across multiple operating systems and architectures. It generates corresponding JavaScript type definitions and platform-specific binaries to ensure consistent installation. The

    Rustjavascriptnapinapi-rs
    View on GitHub↗7,500
Compare all 30 related projects→

Frequently asked questions

What does luggit/react-native-config do?

react-native-config is a cross-platform mobile environment manager and native build configuration tool. It implements twelve-factor app configuration principles by separating environment-specific settings from application code.

What are the main features of luggit/react-native-config?

The main features of luggit/react-native-config are: Cross-Platform Environment Managers, Build-Time Variable Injection, Multi-Environment Configuration Systems, Native Build Orchestrators, Environment Management, JavaScript-to-Native Bridges, Environment Variable Managers, Environment Variable-Based Configuration.

Which projects share features with luggit/react-native-config?

Projects with overlapping indexed features include: vlucas/phpdotenv — phpdotenv is a PHP environment variable loader and configuration parser. It reads key-value pairs from files and… theskumar/python-dotenv — python-dotenv is a library and command line interface for managing environment variables in Python applications. It… joho/godotenv — godotenv is a Go library designed to load, parse, and serialize environment configuration files. It provides tools to… napi-rs/napi-rs — napi-rs is a framework and toolkit for building high-performance native extensions for Node.js using Rust. It… caarlos0/env — env is a Go library that reads environment variables and populates the fields of a Go struct according to tag… symfony/dotenv — This library is a PHP environment variable loader and configuration parser. It extracts key-value pairs from local…