You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mathilde JEAN bf35a216d1
add: dépendances jest
2 years ago
..
binaries Début du projet 2 years ago
build Début du projet 2 years ago
caches Début du projet 2 years ago
node_modules add: dépendances jest 2 years ago
scripts Début du projet 2 years ago
static/loading-page Début du projet 2 years ago
LICENSE Début du projet 2 years ago
README.md Début du projet 2 years ago
package.json Début du projet 2 years ago

README.md

👋 Welcome to
xdl

The Expo Development Library.

Documentation

If you have problems with the code in this repository, please file issues & bug reports at https://github.com/expo/expo. Thanks!

Building Watchman

Configure with ./configure --disable-statedir --without-pcre to use TMPDIR for the watchman state.

Environment Variables

EXPO_WEB_BUILD_STRICT

All warnings will be treated as errors in CI.

EXPO_WEB_DEBUG

When you have errors in the production build that aren't present in the development build you can use EXPO_WEB_DEBUG=true expo start --no-dev to debug those errors.

  • Prevent the production build from being minified.
  • Include file path info comments in the bundle.

EXPO_WEB_INFO

Print a diagnostic report of the Webpack config.