Licence
MIT
Version
56.0.6
Deps
0
Size
43 kB
Vulns
0
Weekly
9.3M
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.
pnpm generate- uses the major version from thepackage.json.pnpm generate --path ../../../../universe/server/www/xdl-schemas/UNVERSIONED-schema.json- uses the latest version from your local directory.pnpm generate 39- uses the given version.pnpm generate unversioned- uses the latest version.