Fix typo in React Native doc (#1205)

Summary:
Fix typo in React Native doc

## Changelog

N/A
Pull Request resolved: https://github.com/facebook/flipper/pull/1205

Test Plan: N/A

Reviewed By: passy

Differential Revision: D21838116

Pulled By: mweststrate

fbshipit-source-id: ca18f3c7e6780a5ea4c29c24e270fcd6fc57feec
This commit is contained in:
IdaszakDaniel
2020-06-02 09:35:13 -07:00
committed by Facebook GitHub Bot
parent 8c0616d64d
commit 88a84a4d9f

View File

@@ -30,7 +30,7 @@ The Logs plugins will allow you to search, filter and even put watch expressions
## Native plugins for React Native ## Native plugins for React Native
Beyond the React Native specific Flipper plugins described above, with Flipper you will also inherit the plugin eco-system that exists for native Android and iOS apps. This means that you will be able to use plugins that are aimed at native apps for your React Native app as will. Example plugins include: Beyond the React Native specific Flipper plugins described above, with Flipper you will also inherit the plugin eco-system that exists for native Android and iOS apps. This means that you will be able to use plugins that are aimed at native apps for your React Native app as well. Example plugins include:
* Device logs * Device logs
* Device crash reporter * Device crash reporter