diff --git a/react-native/react-native-flipper/react-native.config.js b/react-native/react-native-flipper/react-native.config.js new file mode 100644 index 00000000000..c17dac0be01 --- /dev/null +++ b/react-native/react-native-flipper/react-native.config.js @@ -0,0 +1,9 @@ +module.exports = { + dependency: { + platforms: { + ios: { + configurations: ['Debug'], + }, + }, + }, +};