Edit troubleshooting.mdx using inpage editor

Summary:
Just wanted to give this a try. Fixed Flipper capitalization inconsistencies.

*This diff has been automatically generated by the inpage editor*

Differential Revision: D29711275

fbshipit-source-id: 8302220b87c504b4f1ccc422aa05c1c559809cbb
This commit is contained in:
Pascal Hartig
2021-07-15 10:11:35 -07:00
committed by Facebook GitHub Bot
parent f127e5df0b
commit b8e67b9e04

View File

@@ -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.
<FbInternalOnly>
@@ -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: