-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing READMEs & Update package.json in all RN packages (#37090)
Summary: This diff adds _missing_ README files for all public RN packages. #### Changes: For all public RN packages: - Add _Missing_ READMEs Update package.json in all RN packages to add: - Issues, Bugs urls - Keywords and Homepage urls to respective pkgs ## Changelog: [GENERAL][ADDED] - Add missing README files for all public RN packages. [GENERAL][CHANGED] - Update package.json in all RN packages to add required fields. Pull Request resolved: #37090 Test Plan: - `yarn lint && yarn flow && yarn test-ci` --> _should be green_ Reviewed By: cortinico Differential Revision: D45390861 Pulled By: hoxyq fbshipit-source-id: 524a92de56a7cb553573d9f54ccf40a998dfd35f
- Loading branch information
1 parent
30da587
commit 14316bd
Showing
28 changed files
with
292 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# @react-native/assets-registry | ||
|
||
[![Version][version-badge]][package] | ||
|
||
## Installation | ||
|
||
``` | ||
yarn add --dev @react-native/assets-registry | ||
``` | ||
|
||
*Note: We're using `yarn` to install deps. Feel free to change commands to use `npm` 3+ and `npx` if you like* | ||
|
||
[version-badge]: https://img.shields.io/npm/v/@react-native/assets-registry?style=flat-square | ||
[package]: https://www.npmjs.com/package/@react-native/assets-registry | ||
|
||
## Testing | ||
|
||
To run the tests in this package, run the following commands from the React Native root folder: | ||
|
||
1. `yarn` to install the dependencies. You just need to run this once | ||
2. `yarn jest packages/assets`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# @react-native/babel-plugin-codegen | ||
|
||
[![Version][version-badge]][package] | ||
|
||
## 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* | ||
|
||
[version-badge]: https://img.shields.io/npm/v/@react-native/babel-plugin-codegen?style=flat-square | ||
[package]: https://www.npmjs.com/package/@react-native/babel-plugin-codegen | ||
|
||
## Testing | ||
|
||
To run the tests in this package, run the following commands from the React Native root folder: | ||
|
||
1. `yarn` to install the dependencies. You just need to run this once | ||
2. `yarn jest packages/babel-plugin-codegen`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# @react-native/eslint-plugin-specs | ||
|
||
[![Version][version-badge]][package] | ||
|
||
## Installation | ||
|
||
``` | ||
yarn add --dev @react-native/eslint-plugin-specs | ||
``` | ||
|
||
*Note: We're using `yarn` to install deps. Feel free to change commands to use `npm` 3+ and `npx` if you like* | ||
|
||
[version-badge]: https://img.shields.io/npm/v/@react-native/eslint-plugin-specs?style=flat-square | ||
[package]: https://www.npmjs.com/package/@react-native/eslint-plugin-specs | ||
|
||
## Testing | ||
|
||
To run the tests in this package, run the following commands from the React Native root folder: | ||
|
||
1. `yarn` to install the dependencies. You just need to run this once | ||
2. `yarn jest packages/eslint-plugin-specs`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# @react-native/hermes-inspector-msggen | ||
|
||
[![Version][version-badge]][package] | ||
|
||
## Installation | ||
|
||
``` | ||
yarn add --dev @babel/cli @babel/core @babel/preset-env @babel/preset-flow jest @react-native/hermes-inspector-msggen | ||
``` | ||
|
||
*Note: We're using `yarn` to install deps. Feel free to change commands to use `npm` 3+ and `npx` if you like* | ||
|
||
[version-badge]: https://img.shields.io/npm/v/@react-native/hermes-inspector-msggen?style=flat-square | ||
[package]: https://www.npmjs.com/package/@react-native/hermes-inspector-msggen | ||
|
||
## Testing | ||
|
||
To run the tests in this package, run the following commands from the React Native root folder: | ||
|
||
1. `yarn` to install the dependencies. You just need to run this once | ||
2. `yarn jest packages/hermes-inspector-msggen`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# @react-native/metro-config | ||
|
||
[![Version][version-badge]][package] | ||
|
||
## Installation | ||
|
||
``` | ||
yarn add --dev @react-native/js-polyfills metro-config metro-react-native-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* | ||
|
||
[version-badge]: https://img.shields.io/npm/v/@react-native/metro-config?style=flat-square | ||
[package]: https://www.npmjs.com/package/@react-native/metro-config | ||
|
||
## Testing | ||
|
||
To run the tests in this package, run the following commands from the React Native root folder: | ||
|
||
1. `yarn` to install the dependencies. You just need to run this once | ||
2. `yarn jest packages/metro-config`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# @react-native/normalize-colors | ||
|
||
[![Version][version-badge]][package] | ||
|
||
## Installation | ||
|
||
``` | ||
yarn add --dev @react-native/normalize-colors | ||
``` | ||
|
||
*Note: We're using `yarn` to install deps. Feel free to change commands to use `npm` 3+ and `npx` if you like* | ||
|
||
[version-badge]: https://img.shields.io/npm/v/@react-native/normalize-colors?style=flat-square | ||
[package]: https://www.npmjs.com/package/@react-native/normalize-colors | ||
|
||
## Testing | ||
|
||
To run the tests in this package, run the following commands from the React Native root folder: | ||
|
||
1. `yarn` to install the dependencies. You just need to run this once | ||
2. `yarn jest packages/normalize-color`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# @react-native/js-polyfills | ||
|
||
[![Version][version-badge]][package] | ||
|
||
## Installation | ||
|
||
``` | ||
yarn add @react-native/js-polyfills | ||
``` | ||
|
||
*Note: We're using `yarn` to install deps. Feel free to change commands to use `npm` 3+ and `npx` if you like* | ||
|
||
[version-badge]: https://img.shields.io/npm/v/@react-native/js-polyfills?style=flat-square | ||
[package]: https://www.npmjs.com/package/@react-native/js-polyfills | ||
|
||
## Testing | ||
|
||
To run the tests in this package, run the following commands from the React Native root folder: | ||
|
||
1. `yarn` to install the dependencies. You just need to run this once | ||
2. `yarn jest packages/polyfills`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.