diff --git a/react-native.config.js b/react-native.config.js index 0f30744a..df1031f6 100644 --- a/react-native.config.js +++ b/react-native.config.js @@ -4,13 +4,10 @@ module.exports = { dependency: { platforms: { android: { - packageImportPath: [ - 'import com.appsflyer.reactnative.RNAppsFlyerPackage;', - 'import com.appsflyer.reactnative.PCAppsFlyerPackage;', - ].join('\n'), + packageImportPath: 'import com.appsflyer.reactnative.RNAppsFlyerPackage;', packageInstance: [ 'new RNAppsFlyerPackage()', - 'new PCAppsFlyerPackage()', + 'new com.appsflyer.reactnative.PCAppsFlyerPackage()', ].join(',\n'), }, },