From c59ffe00b9b664f88d1ab7e0549599dcc1504275 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 --- 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, + }, + }, }, };