From 9f9c56029e7ade745f1f779840f97a1d79da667d Mon Sep 17 00:00:00 2001 From: 7c00 Date: Mon, 10 Jul 2023 10:44:49 +0800 Subject: [PATCH] Update react-native.config.js --- react-native.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/react-native.config.js b/react-native.config.js index c530fecd..2547c556 100644 --- a/react-native.config.js +++ b/react-native.config.js @@ -1,6 +1,7 @@ module.exports = { dependency: { platforms: { + ios: { project: "lib/ios/react-native-amap3d.podspec" }, android: { sourceDir: "lib/android" }, }, },