Skip to content

Commit

Permalink
react-native.config.js fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wesfieldj committed Nov 21, 2019
1 parent 6ef0469 commit c5c60e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const path = require('path');
module.exports = {
dependency: {
platforms: {
ios: { podspecPath: path.join(__dirname, 'ios', 'react-native-appsflyer.podspec') },
ios: { podspecPath: path.join(__dirname, 'react-native-appsflyer.podspec') },
android: {
packageImportPath: 'import com.appsflyer.reactnative.RNAppsFlyerPackage;',
packageInstance: 'new RNAppsFlyerPackage()',
Expand Down

0 comments on commit c5c60e5

Please sign in to comment.