Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Cross-platform React UI packages

License

NotificationsYou must be signed in to change notification settings

necolas/react-native-web

Repository files navigation

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
    • Usenpm run build to run the build script in every package.
    • Usenpm run build -w <package-name> to run the build script for a specific package.
  • dev
    • Usenpm run dev to run the dev script in every package.
    • Usenpm run dev -w <package-name> to run the dev script for a specific package.
  • test
    • Usenpm 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 OSSCode of Conduct. Please read the full text so that you can understand what actions will and will not be tolerated.

Contributing guide

Read thecontributing 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 ofgood first issues that contain bugs which have a relatively limited scope. This is a great place to get started.


[8]ページ先頭

©2009-2025 Movatter.jp