From 5542675d877dd2dad662627d84c044c3c4606d3d Mon Sep 17 00:00:00 2001 From: Chris Frewin Date: Wed, 19 Oct 2022 09:09:34 +0200 Subject: [PATCH] Fix for RN >= 0.69.X --- react-native.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/react-native.config.js b/react-native.config.js index dfbe81b4..9fe432f3 100644 --- a/react-native.config.js +++ b/react-native.config.js @@ -3,11 +3,10 @@ const path = require('path'); module.exports = { dependency: { platforms: { - ios: { podspecPath: path.join(__dirname, 'react-native-appsflyer.podspec') }, android: { packageImportPath: 'import com.appsflyer.reactnative.RNAppsFlyerPackage;', packageInstance: 'new RNAppsFlyerPackage()', }, }, }, -}; \ No newline at end of file +};