Add troubleshooting page

Summary: Adds a bunch of steps to take if you're having trouble.

Reviewed By: danielbuechele

Differential Revision: D9811295

fbshipit-source-id: 6802108e98850ab11764081491a528eb939d2224
This commit is contained in:
John Knox
2018-09-14 04:47:12 -07:00
committed by Facebook Github Bot
parent fc653d8057
commit 01dc8ed6fd
4 changed files with 61 additions and 1 deletions

View File

@@ -149,3 +149,7 @@ and install the dependencies by running `pod install`. When you open the Xcode w
## Ready for takeoff
Finally, you need to add plugins to your Flipper client. Above we have only added the Layout Inspector plugin to get you started. See [Network Plugin](network-plugin.md) and [Layout Inspector Plugin](layout-plugin.md) for information on how to add them, and also enable Litho or ComponentKit support. You can check the sample apps in the [GitHub repo](https://github.com/facebook/flipper) for examples of integrating other plugins.
## Having trouble?
See the [troubleshooting page](troubleshooting.html) for help with known problems.