From f17da99010b7482d9442e196a405c62e8afcf6f3 Mon Sep 17 00:00:00 2001 From: rory Date: Tue, 24 Jan 2023 18:58:34 -0800 Subject: [PATCH] Fix pod install warning --- react-native.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native.config.js b/react-native.config.js index a5a2148e06def..6d6dd3f5805f2 100644 --- a/react-native.config.js +++ b/react-native.config.js @@ -1,6 +1,6 @@ module.exports = { project: { - ios: {}, + ios: {sourceDir: 'ios'}, android: {}, }, assets: ['./assets/fonts/native'],