diff --git a/docs/troubleshooting.mdx b/docs/troubleshooting.mdx index afa5f7c14..12e727c9a 100644 --- a/docs/troubleshooting.mdx +++ b/docs/troubleshooting.mdx @@ -2,6 +2,7 @@ id: troubleshooting title: Troubleshooting Issues sidebar_label: Troubleshooting Issues +custom_edit_url: https://www.internalfb.com/intern/diffusion/FBS/browsefile/master/xplat/sonar/docs/troubleshooting.mdx --- import useBaseUrl from '@docusaurus/useBaseUrl'; @@ -9,7 +10,7 @@ import InternalTroubleshooting from './fb/internal-troubleshooting.mdx'; import PortalTroubleshooting from './fb/portal-troubleshooting.mdx'; -We hope that flipper works well out of the box, but the software is a work in progress and problems will occur. Below are some known issues and steps you can take to try to resolve them. +We hope that Flipper works well out of the box, but the software is a work in progress and problems will occur. Below are some known issues and steps you can take to try to resolve them. @@ -77,7 +78,7 @@ You'll need to manually add this [ViewController](https://github.com/facebook/fl ### Known Incompatibilities -The following devices are known to be incompatible or face issues with flipper: +The following devices are known to be incompatible or face issues with Flipper: * Some Samsung devices ([Tracking Issue](https://github.com/facebook/flipper/issues/92)). * Genymotion emulators on Android 8+ are reported to have issues. @@ -252,7 +253,7 @@ If you experience errors such as `Undefined symbol: associated type descriptor f 1. Now you can run your build normally. -#### Opting out from flipper (iOS) +#### Opting out from Flipper (iOS) Comment out the relevant lines in `ios/Podfile` and run `cd ios && pod install` again: