From 8b0dc3044c7289378eeac605a3d3814c11fdf2cb Mon Sep 17 00:00:00 2001 From: Tilak Puli Date: Tue, 10 Oct 2023 17:29:13 +0530 Subject: [PATCH] feat(inji-293): fix react native flipper failing in build Signed-off-by: Tilak Puli --- react-native.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/react-native.config.js b/react-native.config.js index 183a5ee8ef..a7a1955637 100644 --- a/react-native.config.js +++ b/react-native.config.js @@ -5,5 +5,10 @@ module.exports = { ios: null, }, }, + 'react-native-flipper': { + platforms: { + ios: null, + }, + }, }, };