mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/54010 Bump Metro minimum to 0.83.3 This release fixes a regression in loading config files that export promises. Full changelog: https://github.com/facebook/metro/releases/tag/v0.83.3 Changelog: [General][Changed] Metro bump to ^0.83.3 Reviewed By: vzaidman Differential Revision: D83655569 fbshipit-source-id: 106a957620e4591ef3cce21d327886354913560b
@react-native/metro-config
Installation
yarn add --dev @react-native/js-polyfills metro-config @react-native/metro-babel-transformer metro-runtime @react-native/metro-config
Note: We're using yarn to install deps. Feel free to change commands to use npm 3+ and npx if you like
Testing
To run the tests in this package, run the following commands from the React Native root folder:
yarnto install the dependencies. You just need to run this onceyarn jest packages/metro-config.