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