GitHub
21.6k
Created 9 years ago, last commit 5 days ago
186 contributors
1.99k commits
Stars added on GitHub, month by month
10
11
12
1
2
3
4
5
6
7
8
9
2023
2024
Stars added on GitHub, per day, on average
Yesterday
+1
Last week
+1.1
/day
Last month
+0.9
/day
Last 12 months
+1.6
/day
Package on NPM
Monthly downloads on NPM
10
11
12
1
2
3
4
5
6
7
8
9
2023
2024
README

Development monorepo

This is the development monorepo for "React Native for Web" and related projects.

Structure

  • .github
    • Contains workflows used by GitHub Actions.
    • Contains issue templates.
  • configs
    • Contains configuration files used by the monorepo tooling (compiling, linting, testing, etc.)
  • packages
  • scripts
    • Contains Node.js scripts for miscellaneous tasks.

Tasks

  • build
    • Use npm run build to run the build script in every package.
    • Use npm run build -w <package-name> to run the build script for a specific package.
  • dev
    • Use npm run dev to run the dev script in every package.
    • Use npm run dev -w <package-name> to run the dev script for a specific package.
  • test
    • Use npm run test to run tests for every package.

More details can be found in the contributing guide below.

Contributing

Development happens in the open on GitHub and we are grateful for contributions including bugfixes, improvements, and ideas.

Code of conduct

This project expects all participants to adhere to Meta's OSS Code of Conduct. Please read the full text so that you can understand what actions will and will not be tolerated.

Contributing guide

Read the contributing guide to learn about the development process, how to propose bugfixes and improvements, and how to build and test your changes to React Native for Web.

Good first issues

To help you get you familiar with the contribution process, there is a list of good first issues that contain bugs which have a relatively limited scope. This is a great place to get started.