JSPM

@expo/config-types

40.0.0-beta.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2426557
  • Score
    100M100P100Q210013F
  • License MIT

Types for the Expo config object app.config.ts

Package Exports

  • @expo/config-types

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@expo/config-types) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.