Skip to content

Commit 9cad6a6

Browse files
authored
Add info about Windows support (#531)
Just updating docs and main website in a couple of places where we mentioned macOS support only.
1 parent c822626 commit 9cad6a6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/docs/docs/getting-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ React Native IDE currently supports some subset of React Native projects due to
1818
We constantly work to improve this compatibility, and in case your project structure isn’t supported, feel free to open an issue.
1919
Below we list high-level requirements for the projects we support at the moment:
2020

21-
- React Native IDE currently only supports development on macOS in [VS Code](https://code.visualstudio.com/) and [Cursor](https://cursor.sh/).
21+
- React Native IDE works with [VS Code](https://code.visualstudio.com/) and [Cursor](https://cursor.sh/) on macOS and Windows.
2222
- With React Native IDE you can only run iOS and Android applications. If your project supports other platforms, you should be able to use the IDE but only for launching the Android and iOS part of your project.
2323
- We support only recent version of React Native (0.71 onwards) as well as Expo SDK 49+
2424
- Brownfield-type projects are currently not supported (projects that are primarily native apps with React Native used on some screens)
@@ -28,7 +28,7 @@ As a general rule of thumb, if your project started from Expo template or React
2828
### ✨ What does it do
2929

3030
React Native IDE is a VS Code extension that aims to streamline development of React Native and Expo applications.
31-
The current version supports developing on macOS for Android and iOS platforms with the current list of features available:
31+
The current version supports developing on macOS for Android and iOS platforms, and on Windows for Android with the current list of features available:
3232

3333
- Managing iOS and Android simulator (for now only iPhone Pro and Pixel 7 skins are available)
3434
- Automatically build and launch your project (keeping track of native or javascript updates automatically)

packages/docs/src/components/Disclaimer/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const Disclaimer = () => {
66
<div className={styles.disclaimerContainer}>
77
<p>
88
<strong>Note: </strong>React Native IDE is not a ready product (yet). Currently it's in beta
9-
stage and only supports development on macOS in VSCode and Cursor. We are hoping that
9+
stage and works with VSCode and Cursor on macOS and Windows. We are hoping that
1010
together with the community we will be able to get there soon.
1111
</p>
1212
</div>

packages/docs/src/components/Hero/StartScreen/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const StartScreen = () => {
4242
</div>
4343
<div className={styles.headingDisclaimer}>
4444
<InfoIcon className={styles.headingDisclaimerIcon} />
45-
Works with VSCode 1.86+ and Cursor 0.32 on macOS
45+
Works with VSCode 1.86+ and Cursor 0.32 on macOS and Windows
4646
</div>
4747
</div>
4848
</section>

packages/docs/src/components/Sections/FAQ/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const faqs = [
1111
},
1212
{
1313
topic: "Can I use it on Windows or Linux?",
14-
answer: "Right now, React Native IDE only supports macOS.",
14+
answer: "You can use the IDE with VSCode and Cursor to develop React Native apps for Android and iOS on macOS. Since version 0.0.18 we added experimental support for Windows that is compatible with VSCode and allows for developing apps for Android. Support for Linux is not yet available.",
1515
},
1616
{
1717
topic: "How much does it cost?",

0 commit comments

Comments
 (0)