You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@expo/config-types

Package Overview
Dependencies
Maintainers
11
Versions
209
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/config-types

Types for the Expo config object app.config.ts

Source
npmnpm
Version
54.0.10
Version published
Weekly downloads
4.1M
-12.23%
Maintainers
11
Weekly downloads
 
Created
Source

👋 Welcome to
@expo/config-types

Types for the Expo config object app.config.ts.

Usage

import { ExpoConfig } from '@expo/config-types';

export default (): ExpoConfig => {
  return {
    name: 'My App',
    slug: 'my-app',
  };
};

Contributing

This package is 100% generated using the versioned JSON schemas from the Expo server.

  • yarn generate - uses the major version from the package.json.
  • yarn generate --path ../../../../universe/server/www/xdl-schemas/UNVERSIONED-schema.json - uses the latest version from your local directory.
  • yarn generate 39 - uses the given version.
  • yarn generate unversioned - uses the latest version.

Keywords

json

FAQs

Package last updated on 11 Dec 2025

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