GitXplorerGitXplorer
n

react-native-web

public
21743 stars
1799 forks
128 issues

Commits

List of commits on branch master.
Unverified
a5ba27c6226aa182979a9cff8cc23c0f5caa4d88

0.19.13

nnecolas committed 3 months ago
Unverified
fc423ba4fea944ca50ab4bbc11f8eee6511d92c5

Remove API deprecation warnings

nnecolas committed 3 months ago
Unverified
abc4abb73882eb816c778e59263ed885badf77b1

[fix] dont throw if invalid locale

aayroblu committed 3 months ago
Unverified
1d4568ded6b46c7b8041724cec565b4dbc058d0b

Add basic support for React Server Components

EEvanBacon committed 7 months ago
Unverified
bb7911c8f40d1b0eb8f35f80a7fb5dddf36c40b7

Bump jest

nnecolas committed 3 months ago
Unverified
72a74d2977ef387301a3a8e10cbd67c413287ec7

change operator used in SVG filter for tintColor from atop to in

kkarlsander committed 7 months ago

README

The README file for this repository.

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.