UNPKG

react-native-appsflyer

Version:
16 lines (14 loc) 359 B
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'), }, }, }, };