You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"React Native for Web" makes it possible to run [React Native][react-native-url] components and APIs on the web using React DOM.
6
-
7
-
## Documentation
8
-
9
-
The [documentation site](https://necolas.github.io/react-native-web/) covers installation, guides, and APIs.
10
-
11
-
## Example
12
-
13
-
And here is a simple example to get you started. The [example app](https://pk4zn6v4o0.sse.codesandbox.io/) (fork the [codesandbox](https://codesandbox.io/s/github/necolas/react-native-web/tree/master/packages/react-native-web-examples)) includes interactive examples and the [source code](https://github.com/necolas/react-native-web/blob/master/packages/react-native-web-examples) is also available.
This example will render the `App` into a container on the page.
39
-
40
-
You'll notice that there is no reference to `react-dom`; the `App` component is defined using the platform-agnostic APIs and Components introduced by React Native. This allows the app to be rendered to web and native platforms.
5
+
*`.github`
6
+
* Contains workflows used by GitHub Actions.
7
+
* Contains issue templates.
8
+
*`configs`
9
+
* Contains configration files used by the monorepo tooling (compiling, linting, testing, etc.)
* Contains the individual packages managed in the monorepo.
13
+
*`scripts`
14
+
* Contains Node.js scripts for miscellaneous tasks.
41
15
42
16
## Contributing
43
17
44
-
The main purpose of this repository is to help evolve React web and native development towards the platform-agnostic design of React Native, and in the process make it faster and easier to build high-quality experiences for the web with React. Development happens in the open on GitHub, and we are grateful for contributing bugfixes and improvements. Read below to learn how you can take part in improving React Native for Web.
18
+
Development happens in the open on GitHub and we are grateful for contributions including bugfixes, improvements, and ideas.
45
19
46
20
### Code of conduct
47
21
48
-
Meta has adopted a [Code of Conduct][code-of-conduct] that this project expects all participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.
22
+
This project expects all participants to adhere to Meta's OSS [Code of Conduct][code-of-conduct]. Please read the full text so that you can understand what actions will and will not be tolerated.
49
23
50
24
### Contributing guide
51
25
@@ -55,15 +29,6 @@ Read the [contributing guide][contributing-url] to learn about the development p
55
29
56
30
To help you get you familiar with the contribution process, there is a list of [good first issues][good-first-issue-url] that contain bugs which have a relatively limited scope. This is a great place to get started.
57
31
58
-
## License
59
-
60
-
React Native for Web is [MIT licensed](./LICENSE). By contributing to React Native for Web, you agree that your contributions will be licensed under its MIT license.
0 commit comments