react-native-appsflyer
Version:
React Native Appsflyer plugin
16 lines (14 loc) • 359 B
JavaScript
const path = require('path');
module.exports = {
dependency: {
platforms: {
android: {
packageImportPath: 'import com.appsflyer.reactnative.RNAppsFlyerPackage;',
packageInstance: [
'new RNAppsFlyerPackage()',
'new com.appsflyer.reactnative.PCAppsFlyerPackage()',
].join(',\n'),
},
},
},
};