Skip to content

Commit 6f0032d

Browse files
Merge pull request #434 from princefishthrower/master
Fix for incompatible config for React Native Versions >= 0.69.X
2 parents d54ae20 + 5542675 commit 6f0032d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

react-native.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ const path = require('path');
33
module.exports = {
44
dependency: {
55
platforms: {
6-
ios: { podspecPath: path.join(__dirname, 'react-native-appsflyer.podspec') },
76
android: {
87
packageImportPath: 'import com.appsflyer.reactnative.RNAppsFlyerPackage;',
98
packageInstance: 'new RNAppsFlyerPackage()',
109
},
1110
},
1211
},
13-
};
12+
};

0 commit comments

Comments
 (0)