@expo/metro-config

v0.10.7
A Metro config for running React Native projects with the Metro bundler
expo metro

lint

eslint .

test

jest

build

tsc --emitDeclarationOnly && babel src --out-dir build --extensions ".ts" --source-maps --ignore "src/**/__mocks__/*","src/**/__tests__/*"

clean

rimraf build ./tsconfig.tsbuildinfo

watch

tsc --watch --preserveWatchOutput

prepare

yarn run clean && yarn build
npm i @expo/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 7/21/2023

Downloads