mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
3e19c97646
Summary: Update `babel/*` dependencies specifying `^7.x.y` where `x > 0` to the latest available semver minor, and corresponding superficial snapshot updates reflecting a small decrease in JS bundle size. - `babel/core` to `^7.20.0` - `babel/parser` to `^7.20.0` - `babel/preset-env` to `^7.20.0` - `babel/traverse` to `^7.20.0` - `babel/cli` to `^7.19.0` - `babel/eslint-parser` to `^7.19.0` - `babel/preset-flow` to `^7.18.0` - `babel/preset-syntax-flow` to `^7.18.0` - Deduplicate / refresh others to take in patch updates Changelog: [Internal] Bump Babel dependencies to latest 7.x Reviewed By: JoeyMou Differential Revision: D41449678 fbshipit-source-id: f04fe837a7961c4e2dde45fed59fcd138c2f8723
@react-native/codegen
Installation
yarn add --dev @react-native/codegen
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 react-native-codegen.