Skip to content

Commit ef41178

Browse files
Added Known Issues section
1 parent a52eac9 commit ef41178

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Create React Native App allows you to work with all of the [Components and APIs]
2626

2727
* [Getting Started](#getting-started)
2828
* [Philosophy](#philosophy)
29+
* [Known Issues](#known-issues)
2930
* [Support and Contact](#support-and-contact)
3031
* [FAQs](#faqs)
3132
* [Contributing](#contributing)
@@ -88,6 +89,15 @@ This will start the process of "ejecting" from Create React Native App's build s
8889
* **One Build Tool**: If you just want to get started with React Native, you shouldn't need to install Xcode, Android Studio, NDKs, or mess with environment variables.
8990
* **No Lock-In**: You can always "eject" to your own build setup if you need to write custom native code or modify how your app is built.
9091

92+
## Known Issues
93+
94+
There are some issues that have been identified by us and are documented here:
95+
96+
* **QR code can't be scanned when using Webstorm's built-in terminal** [#49](https://github.com/react-community/create-react-native-app/issues/49)
97+
98+
That's because Webstorm's `built-in terminal` renders the bash color codes differently, thereby obscuring the QR code generated by the `CLI`. Please **use your OS's terminal(cmd in windows)**, to resolve this issue.
99+
100+
91101
## Support and Contact
92102

93103
If you're having issues with Create React Native App, please make sure:

0 commit comments

Comments
 (0)