From de52f51a0ad59500ac24992d63a45f0972ee38fe Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Sat, 9 Dec 2023 17:22:38 +0100 Subject: Initial commit Generated by react-native@0.73.0 --- react-native.config.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 react-native.config.js (limited to 'react-native.config.js') diff --git a/react-native.config.js b/react-native.config.js new file mode 100644 index 0000000..8241516 --- /dev/null +++ b/react-native.config.js @@ -0,0 +1,7 @@ +module.exports = { + project: { + ios: { + automaticPodsInstallation: true + } + } +} \ No newline at end of file -- cgit v1.2.3