Add more explicit notes on how to update the Flipper SDK in react-native

Summary: Per title

Reviewed By: passy

Differential Revision: D25756219

fbshipit-source-id: c1620cc7dda0195965a697a75db836b2057be3e9
This commit is contained in:
Michel Weststrate
2021-01-04 12:15:49 -08:00
committed by Facebook GitHub Bot
parent d836b80273
commit ddd9536e14
2 changed files with 15 additions and 1 deletions

View File

@@ -106,6 +106,8 @@ debugImplementation('com.facebook.flipper:flipper:*') {
## React Native
Make sure the project is using the [latest Flipper SDK](getting-started/react-native#using-the-latest-flipper-sdk).
When using Flipper with React Native, two devices should show up:
1. The 'React Native' device. This is the "device" that talks to the Metro server and shows plugins that connect to or through Metro, such as the React DevTools, the Hermes Debugger and Metro logs.