diff --git a/docs/getting-started/react-native-android.mdx b/docs/getting-started/react-native-android.mdx index 4992b8a91eb..b5fd85b15bd 100644 --- a/docs/getting-started/react-native-android.mdx +++ b/docs/getting-started/react-native-android.mdx @@ -23,11 +23,11 @@ repositories { } dependencies { - debugImplementation('com.facebook.flipper:flipper:0.35.0') { + debugImplementation('com.facebook.flipper:flipper:0.250.0') { exclude group:'com.facebook.fbjni' } - debugImplementation('com.facebook.flipper:flipper-network-plugin:0.35.0') { + debugImplementation('com.facebook.flipper:flipper-network-plugin:0.250.0') { exclude group:'com.facebook.flipper' } }