mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
6d77d7b895
Summary: Over in React Native macOS land, I opened https://github.com/microsoft/react-native-macos/pull/2030 to update our mono repo to use Yarn 4. As a side effect, all the `package.json` files are formatted as a side effect of running `yarn install`. So that React Native macOS doesn't maintain this diff (and because they should only be good / no harm), let's upstream the formatting changes. ## Changelog: [INTERNAL] [CHANGED] - Format package.json files in the monorepo Pull Request resolved: https://github.com/facebook/react-native/pull/42256 Test Plan: This change should be a no-op, CI should pass. Reviewed By: cortinico Differential Revision: D52727623 Pulled By: huntie fbshipit-source-id: 67862b16d576b0903abd91e016d7add4c19853dc
@react-native/gradle-plugin
A Gradle Plugin used to support development of React Native applications for Android.
Installation
yarn add @react-native/gradle-plugin
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/react-native-gradle-plugin.