From 4698b876ba22cc8f7a2179b4fc699e299b0fe574 Mon Sep 17 00:00:00 2001 From: AHMED SALIH AC <36645339+adsalihac@users.noreply.github.com> Date: Sun, 12 May 2024 10:08:51 +0530 Subject: [PATCH] Updated Flipper react native android version to 0.250.0 This commit updates the Flipper documentation to reflect the usage of version 0.250.0. The changes include updating dependencies in the build.gradle file to use the latest version from Maven Central. Old version is not working latest react native 0.74. --- docs/getting-started/react-native-android.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' } }