Skip to content

Commit c821220

Browse files
Merge pull request #675 from AppsFlyerSDK/dev/DELIVERY-114616/Fix-0.84-PCPackage-error
Code Fix - react-native/issues/55653 - PCPackage build error fix
2 parents d21127f + aa5a664 commit c821220

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

react-native.config.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@ module.exports = {
44
dependency: {
55
platforms: {
66
android: {
7-
packageImportPath: [
8-
'import com.appsflyer.reactnative.RNAppsFlyerPackage;',
9-
'import com.appsflyer.reactnative.PCAppsFlyerPackage;',
10-
].join('\n'),
7+
packageImportPath: 'import com.appsflyer.reactnative.RNAppsFlyerPackage;',
118
packageInstance: [
129
'new RNAppsFlyerPackage()',
13-
'new PCAppsFlyerPackage()',
10+
'new com.appsflyer.reactnative.PCAppsFlyerPackage()',
1411
].join(',\n'),
1512
},
1613
},

0 commit comments

Comments
 (0)