mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 22:10:14 +00:00
c9ea05552f
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47109 Fixes the `lint/sort-imports` errors that are now surfaced after fixing the lint configuration. For a couple files, I added lint suppressions instead because the unsorted import ordering is important due to interleaved calls with side effects. Changelog: [Internal] Reviewed By: GijsWeterings Differential Revision: D64569485 fbshipit-source-id: 26415d792e2b9efe08c05d1436f723faae549882 |
||
---|---|---|
.. | ||
__test_fixtures__ | ||
__tests__ | ||
index.js | ||
package.json | ||
README.md |
@react-native/babel-plugin-codegen
Installation
yarn add --dev @babel/core @react-native/babel-plugin-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:
yarn
to install the dependencies. You just need to run this onceyarn jest packages/babel-plugin-codegen
.