Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-ultimate-config

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-ultimate-config

Configure all levels of your react-native app with a single file

  • 1.2.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

react-native-ultimate-config

Configure all levels of your react-native app with a single file

Table of contents

  1. Mission
  2. Quickstart Guide
  3. API
  4. TypeScript Support
  5. Competitors

Mission

React-Native brings together 3 platforms: ios, android, javascript each of which have different conventions and approaches how to manage environment settings.

react-native-ultimate-config exposes configuration from env files to all levels of the projects:

  1. javascript
  2. native code
    • java
    • objective-c
  3. native build configuration
    • ios
      • build settings
      • infoplist
    • android
      • build config
      • string resources
      • project.ext
|-------------------------------------------------------|
|                                                       |
|                     javascript                        |
|                                                       |
|-------------------------------------------------------|
|                          |                            |
|       objective-c        |           java             |
|                          |                            |
|-------------------------------------------------------|
|                          |                            |
|      build settings      |     AndroidManifest.xml    |
|         infoplist        |        build.gradle        |
|                          |                            |
|-------------------------------------------------------|

react-native-ultimate-config offers a way to configure your projects on all levels and keep configuration data separate from code or project files: api urls, app names, feature flags. Anything you would typically put into environment can now be loaded from a separate file.

Consumption of the environment should be happening with explicit command without too much magic and complex integration steps.

TypeScript Support

index.d.ts is generated dynamically according to variables defined in envfile

Competitors

projectcomparison
react-native-configAllows configuring native and javascript but project seems to be abandoned.
react-native-dotenvJavascript only. Does not allow configure native counterpart of the app.

Keywords

FAQs

Package last updated on 09 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc