We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d21127f + aa5a664 commit c821220Copy full SHA for c821220
react-native.config.js
@@ -4,13 +4,10 @@ module.exports = {
4
dependency: {
5
platforms: {
6
android: {
7
- packageImportPath: [
8
- 'import com.appsflyer.reactnative.RNAppsFlyerPackage;',
9
- 'import com.appsflyer.reactnative.PCAppsFlyerPackage;',
10
- ].join('\n'),
+ packageImportPath: 'import com.appsflyer.reactnative.RNAppsFlyerPackage;',
11
packageInstance: [
12
'new RNAppsFlyerPackage()',
13
- 'new PCAppsFlyerPackage()',
+ 'new com.appsflyer.reactnative.PCAppsFlyerPackage()',
14
].join(',\n'),
15
},
16
0 commit comments