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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report-documentation.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ body:
5
5
- type: markdown
6
6
attributes:
7
7
value: |
8
-
This repo contains the source for the [React Native for Windows + macOS website](https://aka.ms/reactnative), as well as various [code samples](https://github.com/microsoft/react-native-windows-samples/tree/main/samples) for those platforms. Issues on this repo should be constrained to problems/suggestions for the website and the samples. If you have an issue with the platforms themselves, you can file your issues here:
8
+
This repo contains the source for the [React Native for Windows website](https://aka.ms/reactnative), as well as various [code samples](https://github.com/microsoft/react-native-windows-samples/tree/main/samples) for those platforms. Issues on this repo should be constrained to problems/suggestions for the website and the samples. If you have an issue with the platforms themselves, you can file your issues here:
9
9
- [React Native for Windows](https://github.com/microsoft/react-native-windows/issues/new/choose)
10
10
- [React Native for macOS](https://github.com/microsoft/react-native-macos/issues/new/choose)
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report-sample.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ body:
5
5
- type: markdown
6
6
attributes:
7
7
value: |
8
-
This repo contains the source for the [React Native for Windows + macOS website](https://aka.ms/reactnative), as well as various [code samples](https://github.com/microsoft/react-native-windows-samples/tree/main/samples) for those platforms. Issues on this repo should be constrained to problems/suggestions for the website and the samples. If you have an issue with the platforms themselves, you can file your issues here:
8
+
This repo contains the source for the [React Native for Windows website](https://aka.ms/reactnative), as well as various [code samples](https://github.com/microsoft/react-native-windows-samples/tree/main/samples) for those platforms. Issues on this repo should be constrained to problems/suggestions for the website and the samples. If you have an issue with the platforms themselves, you can file your issues here:
9
9
- [React Native for Windows](https://github.com/microsoft/react-native-windows/issues/new/choose)
10
10
- [React Native for macOS](https://github.com/microsoft/react-native-macos/issues/new/choose)
@@ -45,26 +45,6 @@ To revert back to using Chakra, set the `UseHermes` property to `false` in the `
45
45
46
46
- Hermes dll is not signed by Microsoft.
47
47
48
-
## Hermes on macOS
49
-
50
-
Hermes is available on React Native for macOS, provided you are using version 0.62 or higher.
51
-
To learn how to upgrade to the latest version, check out the **Upgrading** section of the [macOS Getting Started guide](rnm-getting-started.md).
52
-
53
-
After you have upgraded to the latest version of React Native for macOS, install and add the following:
54
-
55
-
1. Install the npm package `yarn add 'hermes-engine-darwin@^0.4.3'`
56
-
2. Add (or uncomment) the following pod dependencies to your macOS target in your `Podfile`:<br>
57
-
58
-
```
59
-
pod 'React-Core/Hermes', :path => '../node_modules/react-native-macos/'
60
-
pod 'hermes', :path => '../node_modules/hermes-engine-darwin'
61
-
pod 'libevent', :podspec => '../node_modules/react-native-macos/third-party-podspecs/libevent.podspec'
62
-
```
63
-
64
-
3. Run `pod install`
65
-
66
-
> Be sure to set your target's deployment target to at least 10.14 before running `pod install`
67
-
68
48
## Hermes Inspector
69
49
70
50
*React Native for Windows* with *Hermes engine* supports direct JavaScript runtime inspection using tools such as Chrome or [Edge `devtools`](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium/), [`VSCode` debugger](https://code.visualstudio.com/Docs/editor/debugging), [Flipper](https://fbflipper.com/) etc. by implementing an in-process Chrome Debug Protocol server.
Copy file name to clipboardExpand all lines: website/pages/en/index.js
+30-37Lines changed: 30 additions & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -13,27 +13,22 @@ const textContent = {
13
13
windowsintro: `
14
14
Take your apps across PC, Xbox, Surface Tablets, and dual-screens with our robust Windows extension to React Native.
15
15
`,
16
-
macintro: `
17
-
Extend your desktop experience to more than just Windows!<br>
18
-
Try out our fully supported macOS extension to React Native.
19
-
`,
20
16
intro: `
21
17
## Bring your <u>[React Native]</u> apps to some of the most powerful devices out there
22
18
23
19
[React Native]: https://reactnative.dev/
24
20
`,
25
21
about: `
26
-
**React Native for Windows + macOS brings React Native support for the
27
-
[Windows SDK] as well as the [macOS 10.14 SDK]**. With this, you can use JavaScript to build native
22
+
**React Native for Windows brings React Native support for the
23
+
[Windows SDK]**. With this, you can use JavaScript to build native
28
24
Windows apps for [all devices supported by Windows 10 and higher] including PCs,
29
-
tablets, 2-in-1s, Xbox, Mixed reality devices, etc., as well as the macOS desktop and laptop ecosystems.
25
+
tablets, 2-in-1s, Xbox, Mixed reality devices, etc.
30
26
31
27
Some build-time tools will send telemetry to Microsoft by default. No telemetry is collected or transmitted in the final app. You can prevent the telemetry from being sent by using the --no-telemetry command line option. See the --help command or README file for more details.
0 commit comments