Skip to content

Commit

Permalink
Fix for RN >= 0.69.X
Browse files Browse the repository at this point in the history
  • Loading branch information
princefishthrower authored Oct 19, 2022
1 parent 15e2a9e commit 5542675
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions react-native.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ const path = require('path');
module.exports = {
dependency: {
platforms: {
ios: { podspecPath: path.join(__dirname, 'react-native-appsflyer.podspec') },
android: {
packageImportPath: 'import com.appsflyer.reactnative.RNAppsFlyerPackage;',
packageInstance: 'new RNAppsFlyerPackage()',
},
},
},
};
};

0 comments on commit 5542675

Please sign in to comment.