Skip to content

Commit

Permalink
Merge pull request #434 from princefishthrower/master
Browse files Browse the repository at this point in the history
Fix for incompatible config for React Native Versions >= 0.69.X
  • Loading branch information
amit-kremer93 committed Feb 13, 2024
2 parents d54ae20 + 5542675 commit 6f0032d
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 6f0032d

Please sign in to comment.