From 0206347df3faed07c3110183556b33b593ff544d Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Tue, 13 Oct 2015 23:24:44 +0100 Subject: [PATCH] Update KnownIssues.md --- docs/KnownIssues.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/KnownIssues.md b/docs/KnownIssues.md index 941a18121..f8e1d8ab5 100644 --- a/docs/KnownIssues.md +++ b/docs/KnownIssues.md @@ -99,3 +99,7 @@ An optimization feature of the Android version of React Native is for views whic ### Memory issues with PNG images React Native Android depends on [Fresco](https://github.com/facebook/fresco) for loading and displaying images. Currently we have disabled downsampling because it is experimental, so you may run into memory issues when loading large PNG images. + +### react-native init hangs + +Try running `react-native init` with `--verbose` and see [#2797](https://github.com/facebook/react-native/issues/2797) for common causes.